diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 09:29:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 09:29:30 +0000 |
commit | 8d13b1bc055fe487a5678e6996ce79ef9a8d10ac (patch) | |
tree | 53b6808018d4af66ae5568e7006936f91e27b360 | |
parent | 198eb5aaa30393b8ed0cf66b6dd82a758d72f7ad (diff) | |
download | ports-8d13b1bc055fe487a5678e6996ce79ef9a8d10ac.tar.gz ports-8d13b1bc055fe487a5678e6996ce79ef9a8d10ac.zip |
Notes
-rw-r--r-- | security/pear-Auth_HTTP/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/pear-Auth_HTTP/Makefile b/security/pear-Auth_HTTP/Makefile index 468fabf2b533..e4a1df4384bb 100644 --- a/security/pear-Auth_HTTP/Makefile +++ b/security/pear-Auth_HTTP/Makefile @@ -8,14 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PEAR HTTP authentication BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth -CATEGORY= Auth -PEAR_CATSRC= yes -FILES= HTTP.php -TESTS= sample.sql test_basic_simple.php test_digest_simple.php \ - test_digest_get.php test_digest_post.php -_TESTSDIR= docs +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |