diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-11 13:33:02 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-11 13:33:02 +0000 |
commit | 1b3a8a796dc1d87f96ab15d022b250e47e566e8b (patch) | |
tree | 4ec197ecfc5eb373212aa967dc5ed86e1fac02a5 /security/p5-Crypt-CBCeasy | |
parent | fb97964b858f51fcbea265a64ab58c8439256ecd (diff) | |
download | ports-1b3a8a796dc1d87f96ab15d022b250e47e566e8b.tar.gz ports-1b3a8a796dc1d87f96ab15d022b250e47e566e8b.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-CBCeasy')
-rw-r--r-- | security/p5-Crypt-CBCeasy/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/security/p5-Crypt-CBCeasy/Makefile b/security/p5-Crypt-CBCeasy/Makefile index 5a1cd3dde098..8eb233d1e9d9 100644 --- a/security/p5-Crypt-CBCeasy/Makefile +++ b/security/p5-Crypt-CBCeasy/Makefile @@ -19,6 +19,12 @@ BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \ ${SITE_PERL}/MD5.pm:${PORTSDIR}/security/p5-MD5 RUN_DEPENDS= ${BUILD_DEPENDS} +PERL_CONFIGURE= yes + +MAN3= Crypt::CBCeasy.3 + +.include <bsd.port.pre.mk> + OPTIONS= DES "Build with Crypt::DES support" on .if !defined(WITHOUT_DES) BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES @@ -44,8 +50,4 @@ OPTIONS+= RIJNDAEL "Build with Crypt::Rijndael support" on BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael .endif -PERL_CONFIGURE= yes - -MAN3= Crypt::CBCeasy.3 - -.include <bsd.port.mk> +.include <bsd.port.post.mk> |