summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Glade/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 21:00:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 21:00:32 +0000
commit38ef61bc182c83a271d47ee0d2a52d1892b6bab3 (patch)
tree2ab454fe2a3ac85e1bc049b5558c0130cb2f607e /x11-toolkits/p5-Glade/Makefile
parentinstall documents with ${INSTALL_DATA} instead of ${CP}. (diff)
Upgrade to 0.7006.
Notes
Notes: svn path=/head/; revision=43166
Diffstat (limited to 'x11-toolkits/p5-Glade/Makefile')
-rw-r--r--x11-toolkits/p5-Glade/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Glade/Makefile b/x11-toolkits/p5-Glade/Makefile
index 93789cc8f214..1a94411afc3f 100644
--- a/x11-toolkits/p5-Glade/Makefile
+++ b/x11-toolkits/p5-Glade/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Glade
-PORTVERSION= 0.7005
-PORTREVISION= 1
+PORTVERSION= 0.7006
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Gtk
@@ -17,9 +16,13 @@ DISTNAME= Gtk-Perl-${PORTVERSION}
MAINTAINER= vanilla@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome
+RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GNOME= yes
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
+MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
+MAN3= Gtk::GladeXML::reference.3pm
+
.include <bsd.port.mk>