diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-13 17:40:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-13 17:40:29 +0800 |
commit | b65345881fe011ab44515ff01ca75b2a2ffcb04e (patch) | |
tree | 2d578062fe8e7dea5bb8522f6dda3a275d517dee /security | |
parent | df9f8867f5bebe99aca73b716295e3ddc64f1232 (diff) | |
download | freebsd-ports-gnome-b65345881fe011ab44515ff01ca75b2a2ffcb04e.tar.gz freebsd-ports-gnome-b65345881fe011ab44515ff01ca75b2a2ffcb04e.tar.zst freebsd-ports-gnome-b65345881fe011ab44515ff01ca75b2a2ffcb04e.zip |
- Convert to PEAR_AUTOINSTALL
- Take maintainership
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-File_Passwd/Makefile | 14 |
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> |