aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-24 13:41:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-24 13:41:07 +0000
commit08aa3f932bbb77f4fa11bd8265839c90d7448508 (patch)
tree93055174e7ca2525055a4b4a2bcb91a21fca1e82 /security
parent49f452d2ccf32ddafc698e8336231e96947d49f2 (diff)
downloadports-08aa3f932bbb77f4fa11bd8265839c90d7448508.tar.gz
ports-08aa3f932bbb77f4fa11bd8265839c90d7448508.zip
- Unbreak on PERL_LEVEL <= 500503
- Bump PORTREVISION PR: 90845 Submitted by: Yen-Ming Lee <leeym@freebsd.org> Approved by: gabor.kovesdan@t-hosting.hu (maintainer)
Notes
Notes: svn path=/head/; revision=151964
Diffstat (limited to 'security')
-rw-r--r--security/p5-Digest-Adler32/Makefile13
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>