aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-Adler32
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-12-24 21:41:07 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-12-24 21:41:07 +0800
commit1ae54ea89fbac91fe7ff15997b5b01fbc999ebd3 (patch)
tree588c7d069d36a1e3da67ac8975b2c18c834e30bb /security/p5-Digest-Adler32
parent133aa5e954664b41a837aecfcdda30d87e7f376a (diff)
downloadfreebsd-ports-gnome-1ae54ea89fbac91fe7ff15997b5b01fbc999ebd3.tar.gz
freebsd-ports-gnome-1ae54ea89fbac91fe7ff15997b5b01fbc999ebd3.tar.zst
freebsd-ports-gnome-1ae54ea89fbac91fe7ff15997b5b01fbc999ebd3.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)
Diffstat (limited to 'security/p5-Digest-Adler32')
-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>