diff options
Diffstat (limited to 'security/p5-Digest-Adler32')
-rw-r--r-- | security/p5-Digest-Adler32/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/security/p5-Digest-Adler32/Makefile b/security/p5-Digest-Adler32/Makefile index 3fa476e8b774..e7c1e0d91602 100644 --- a/security/p5-Digest-Adler32/Makefile +++ b/security/p5-Digest-Adler32/Makefile @@ -5,6 +5,7 @@ PORTNAME= Digest-Adler32 PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest @@ -14,14 +15,10 @@ MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Perl extension for Adler32 hash algorithm BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest +RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes -#PERL_MODBUILD= yes +PERL_CONFIGURE= yes -MAN3= Digest::Adler32.3 +MAN3= Digest::Adler32.3 -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |