aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Auth_HTTP/Makefile
diff options
context:
space:
mode:
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"