diff options
Diffstat (limited to 'devel/p5-DateTime-Format-Epoch/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-Epoch/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/p5-DateTime-Format-Epoch/Makefile b/devel/p5-DateTime-Format-Epoch/Makefile index 6e99ecbc15d5..3658e24dd617 100644 --- a/devel/p5-DateTime-Format-Epoch/Makefile +++ b/devel/p5-DateTime-Format-Epoch/Makefile @@ -8,8 +8,7 @@ PORTNAME= DateTime-Format-Epoch PORTVERSION= 0.10 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DateTime +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org @@ -50,8 +49,4 @@ post-install: RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again -.endif - .include <bsd.port.post.mk> |