aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-CBCeasy
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-03-11 21:33:02 +0800
committermat <mat@FreeBSD.org>2004-03-11 21:33:02 +0800
commit4c2cf2beb31d1ab0f8c13f48596a570d342d7c73 (patch)
tree2dfc988ac6a27f9f4aa79e1ed5920073cdf9d95f /security/p5-Crypt-CBCeasy
parent3bfa555c9dcbda11865d5132433fee3423745f3e (diff)
downloadfreebsd-ports-gnome-4c2cf2beb31d1ab0f8c13f48596a570d342d7c73.tar.gz
freebsd-ports-gnome-4c2cf2beb31d1ab0f8c13f48596a570d342d7c73.tar.zst
freebsd-ports-gnome-4c2cf2beb31d1ab0f8c13f48596a570d342d7c73.zip
Fixup OPTIONS use
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>