aboutsummaryrefslogtreecommitdiff
path: root/security/p5-PerlCryptLib
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-11-14 07:29:47 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-11-14 07:29:47 +0000
commit26e6412dbc786dd28bfa6508ae1d6450bf157053 (patch)
tree71fe81ba3e22aa563f930e602dce2a39277f13dc /security/p5-PerlCryptLib
parenteb8c0cf54957fcc8d68e81dea4908f3eeab6d324 (diff)
downloadports-26e6412dbc786dd28bfa6508ae1d6450bf157053.tar.gz
ports-26e6412dbc786dd28bfa6508ae1d6450bf157053.zip
- Ignore Perl < 5.6
- Change maintainer to perl@ PR: ports/105509 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes: svn path=/head/; revision=177219
Diffstat (limited to 'security/p5-PerlCryptLib')
-rw-r--r--security/p5-PerlCryptLib/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/security/p5-PerlCryptLib/Makefile b/security/p5-PerlCryptLib/Makefile
index 1ec6f750ccbe..a46e2882e898 100644
--- a/security/p5-PerlCryptLib/Makefile
+++ b/security/p5-PerlCryptLib/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AL/ALVAROL
PKGNAMEPREFIX= p5-
-MAINTAINER= gslin@gslin.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to Peter Guttman cryptlib API
LIB_DEPENDS= cl:${PORTSDIR}/security/cryptlib
@@ -30,4 +30,10 @@ post-patch:
post-configure:
${PERL} -pi -e 's,-lpthread,${PTHREAD_LIBS},' ${WRKSRC}/Makefile
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>