summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBCeasy
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-03-11 13:33:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-03-11 13:33:02 +0000
commit1b3a8a796dc1d87f96ab15d022b250e47e566e8b (patch)
tree4ec197ecfc5eb373212aa967dc5ed86e1fac02a5 /security/p5-Crypt-CBCeasy
parentFix WWW (diff)
Fixup OPTIONS use
Notes
Notes: svn path=/head/; revision=103652
Diffstat (limited to 'security/p5-Crypt-CBCeasy')
-rw-r--r--security/p5-Crypt-CBCeasy/Makefile12
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>