aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Auth_HTTP/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:29:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:29:30 +0000
commit8d13b1bc055fe487a5678e6996ce79ef9a8d10ac (patch)
tree53b6808018d4af66ae5568e7006936f91e27b360 /security/pear-Auth_HTTP/Makefile
parent198eb5aaa30393b8ed0cf66b6dd82a758d72f7ad (diff)
downloadports-8d13b1bc055fe487a5678e6996ce79ef9a8d10ac.tar.gz
ports-8d13b1bc055fe487a5678e6996ce79ef9a8d10ac.zip
Notes
Diffstat (limited to 'security/pear-Auth_HTTP/Makefile')
-rw-r--r--security/pear-Auth_HTTP/Makefile9
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"