aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Constants/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-09-27 08:39:45 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-09-27 08:39:45 +0000
commitf00e82151cd04ce891ea50be59acdf247ee796c7 (patch)
treec0c5f0ce9e10e0fcd6d03b14ce56988a07416469 /devel/p5-Devel-Constants/Makefile
parentd649f669f9c92663bf91efa5cb9241931dba6669 (diff)
downloadports-f00e82151cd04ce891ea50be59acdf247ee796c7.tar.gz
ports-f00e82151cd04ce891ea50be59acdf247ee796c7.zip
Notes
Diffstat (limited to 'devel/p5-Devel-Constants/Makefile')
-rw-r--r--devel/p5-Devel-Constants/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/devel/p5-Devel-Constants/Makefile b/devel/p5-Devel-Constants/Makefile
index c5b570e184d5..20aa0fb64635 100644
--- a/devel/p5-Devel-Constants/Makefile
+++ b/devel/p5-Devel-Constants/Makefile
@@ -6,17 +6,23 @@
#
PORTNAME= Devel-Constants
-PORTVERSION= 0.20
+PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to translate constants back to their named symbols
PERL_CONFIGURE= yes
MAN3= Devel::Constants.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>