diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-31 17:34:08 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-31 17:34:08 +0000 |
commit | f86ff6ebb7e65e55aa8f8c4d40ab14d80ecabf47 (patch) | |
tree | 49f1f203c223bcff61b1a1571ca0355cd914641d /security/p5-Crypt-Twofish | |
parent | 1c24e8f10888aa2319a744f75cf05105f0de028c (diff) | |
download | ports-f86ff6ebb7e65e55aa8f8c4d40ab14d80ecabf47.tar.gz ports-f86ff6ebb7e65e55aa8f8c4d40ab14d80ecabf47.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Twofish')
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index 4bb6e5bceb4d..ba14c245f027 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -12,24 +12,17 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk COMMENT= Perl module implementing the Twofish cipher PERL_CONFIGURE= yes MAN3= Crypt::Twofish.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - .include <bsd.port.pre.mk> -SITE_PERL?= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} - -PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|} -PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|} - -.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +.if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8 +.endif .include <bsd.port.post.mk> |