diff options
Diffstat (limited to 'devel/p5-Data-Dump/Makefile')
-rw-r--r-- | devel/p5-Data-Dump/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/p5-Data-Dump/Makefile b/devel/p5-Data-Dump/Makefile index c3df1a3646d6..53cfa0aa0348 100644 --- a/devel/p5-Data-Dump/Makefile +++ b/devel/p5-Data-Dump/Makefile @@ -8,8 +8,7 @@ PORTNAME= Data-Dump PORTVERSION= 1.08 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Data +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org @@ -28,10 +27,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE="Need at least perl 5.6 to build" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |