aboutsummaryrefslogtreecommitdiff
path: root/security/pear-File_Passwd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-04 10:48:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-04 10:48:50 +0000
commit0c06111c464371ac05e6e30d841fc4e86a2d5700 (patch)
treeaea79b8d9b683f52f70634531007aeb451f8f1ed /security/pear-File_Passwd
parent60820d612b8a6b4b5700dd02145552bb0d6011f2 (diff)
Notes
Diffstat (limited to 'security/pear-File_Passwd')
-rw-r--r--security/pear-File_Passwd/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/pear-File_Passwd/Makefile b/security/pear-File_Passwd/Makefile
index 84c68e76b8e1..09e0fd97a5dd 100644
--- a/security/pear-File_Passwd/Makefile
+++ b/security/pear-File_Passwd/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-File_Passwd
-# Date created: 09 November 2004
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior <antonio@inf.ufsc.br>
# $FreeBSD$
-#
PORTNAME= File_Passwd
PORTVERSION= 1.1.7
@@ -16,7 +12,8 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${BUILD_DEPENDS}
LATEST_LINK= pear-File_Passwd
-OPTIONS= PEAR_CRYPT_CHAP "PEAR::Crypt_CHAP support" off
+OPTIONS_DEFINE= PEAR_CRYPT_CHAP
+PEAR_CRYPT_CHAP_DESC= PEAR::Crypt_CHAP support
CATEGORY= File
FILES= Passwd.php Passwd/Common.php Passwd/Unix.php Passwd/Cvs.php \
@@ -30,7 +27,7 @@ TESTS= testsuite.php test_file_passwd.php test_common.php test_unix.php \
.include <bsd.port.pre.mk>
-.if defined(WITH_PEAR_CRYPT_CHAP)
+.if ${PORT_OPTIONS:MPEAR_CRYPT_CHAP}
RUN_DEPENDS+= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP
.endif