diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-14 07:29:47 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-14 07:29:47 +0000 |
commit | 26e6412dbc786dd28bfa6508ae1d6450bf157053 (patch) | |
tree | 71fe81ba3e22aa563f930e602dce2a39277f13dc | |
parent | eb8c0cf54957fcc8d68e81dea4908f3eeab6d324 (diff) |
Notes
-rw-r--r-- | security/p5-PerlCryptLib/Makefile | 10 |
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> |