aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/circe/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-10 11:28:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-10 11:28:32 +0000
commit5c1bfd69f6048624bf2287c995d3d119ed4d788c (patch)
treedaa919326ccb7f189fd0a15b939e805db0b91dae /net-mgmt/circe/Makefile
parent194a5e08be6942491300a7084db50ad4ae2b8d16 (diff)
downloadports-5c1bfd69f6048624bf2287c995d3d119ed4d788c.tar.gz
ports-5c1bfd69f6048624bf2287c995d3d119ed4d788c.zip
Notes
Diffstat (limited to 'net-mgmt/circe/Makefile')
-rw-r--r--net-mgmt/circe/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-mgmt/circe/Makefile b/net-mgmt/circe/Makefile
index 823db1643f99..70ab48ab7db9 100644
--- a/net-mgmt/circe/Makefile
+++ b/net-mgmt/circe/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: circe
-# Date created: 23 July 2010
-# Whom: Berkeley NAC-Team
-#
+# Created by: Berkeley NAC-Team <circe-port-maintainers@bws.net.berkeley.edu>
# $FreeBSD$
-#
PORTNAME= circe
PORTVERSION= 0.2.3
@@ -33,11 +29,12 @@ USE_PERL5= yes
DIST_SUBDIR= ${PORTNAME}
WRKSRC= ${WRKDIR}
-OPTIONS= ENCRYPT "Encrypt the destination URL in redirection" Off
+OPTIONS_DEFINE= ENCRYPT
+ENCRYPT_DESC= Encrypt destination URL in redirection
.include <bsd.port.options.mk>
-.if defined(WITH_ENCRYPT)
+.if ${PORT_OPTIONS:MENCRYPT}
RUN_DEPENDS+= p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \
p5-Crypt-OpenSSL-AES>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-AES
.endif