aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk-GBARR/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-06-05 21:47:44 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-06-05 21:47:44 +0000
commitfc91339824ac68733c3a0447c93e2064ea77f120 (patch)
tree8b0b621343baeacc93a2fd9b4f65ca47e923f16c /x11-toolkits/p5-Tk-GBARR/Makefile
parente0d44c405e805cdc9706ead894f5d19f644f0f55 (diff)
downloadports-fc91339824ac68733c3a0447c93e2064ea77f120.tar.gz
ports-fc91339824ac68733c3a0447c93e2064ea77f120.zip
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk-GBARR/Makefile')
-rw-r--r--x11-toolkits/p5-Tk-GBARR/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/x11-toolkits/p5-Tk-GBARR/Makefile b/x11-toolkits/p5-Tk-GBARR/Makefile
index 4159ee15618f..8daaf7ba429c 100644
--- a/x11-toolkits/p5-Tk-GBARR/Makefile
+++ b/x11-toolkits/p5-Tk-GBARR/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Tk-GBARR
-PORTVERSION= 2.06
+PORTVERSION= 2.07
CATEGORIES= x11-toolkits perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tk
PKGNAMEPREFIX= p5-
-MAINTAINER= erwin@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Some collection of Tk Widgets
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
@@ -20,11 +20,16 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
MAN3= Tk::Cloth.3 \
Tk::FireButton.3 \
Tk::NumEntry.3 \
Tk::NumEntryPlain.3 \
Tk::TFrame.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires perl 5.8.0 or higher. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>