aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Parse-RecDescent
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2012-05-22 08:39:23 +0000
committerAnton Berezin <tobez@FreeBSD.org>2012-05-22 08:39:23 +0000
commit3c81b2d1c7c5b7155731394891af13eaf3240e5f (patch)
treec78dd6a62ad92e13993de7026263ec8ef2570465 /devel/p5-Parse-RecDescent
parent4d9e4ea68543d75a5c68f7245f3790d9f128ace9 (diff)
Notes
Diffstat (limited to 'devel/p5-Parse-RecDescent')
-rw-r--r--devel/p5-Parse-RecDescent/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/p5-Parse-RecDescent/Makefile b/devel/p5-Parse-RecDescent/Makefile
index 11ae629d9579..13aaaabca855 100644
--- a/devel/p5-Parse-RecDescent/Makefile
+++ b/devel/p5-Parse-RecDescent/Makefile
@@ -7,17 +7,19 @@
PORTNAME= Parse-RecDescent
PORTVERSION= 1.967.009
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:JTBRAUN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(...)$/\1/}
+DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= tobez@FreeBSD.org
COMMENT= A recursive descent parsing framework for Perl
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.62:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
+
PERL_CONFIGURE= YES
MAN3= Parse::RecDescent.3
@@ -28,10 +30,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/tutorial/* ${DOCSDIR}/tutorial
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500900
-RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>