aboutsummaryrefslogtreecommitdiff
path: root/security/pear-File_Passwd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:40:29 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:40:29 +0000
commitfabadfe8721c3a38a135a51d5e1f42b5f18b59e3 (patch)
tree2d578062fe8e7dea5bb8522f6dda3a275d517dee /security/pear-File_Passwd
parent46e3728fe5bf8860c08450bee43647cfeecc7637 (diff)
downloadports-fabadfe8721c3a38a135a51d5e1f42b5f18b59e3.tar.gz
ports-fabadfe8721c3a38a135a51d5e1f42b5f18b59e3.zip
- Convert to PEAR_AUTOINSTALL
- Take maintainership
Notes
Notes: svn path=/head/; revision=318038
Diffstat (limited to 'security/pear-File_Passwd')
-rw-r--r--security/pear-File_Passwd/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/security/pear-File_Passwd/Makefile b/security/pear-File_Passwd/Makefile
index 09e0fd97a5dd..764fca887353 100644
--- a/security/pear-File_Passwd/Makefile
+++ b/security/pear-File_Passwd/Makefile
@@ -5,25 +5,17 @@ PORTNAME= File_Passwd
PORTVERSION= 1.1.7
CATEGORIES= security pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class to manipulate many kinds of password files
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
LATEST_LINK= pear-File_Passwd
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 \
- Passwd/Smb.php Passwd/Authbasic.php Passwd/Authdigest.php \
- Passwd/Custom.php
-TESTS= testsuite.php test_file_passwd.php test_common.php test_unix.php \
- test_smb.php test_cvs.php test_authbasic.php test_authdigest.php \
- test_custom.php README.txt common.txt passwd.unix.txt \
- passwd.cvs.txt passwd.smb.txt passwd.authbasic.txt \
- passwd.authdigest.txt passwd.custom.txt
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>