aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 00:42:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 00:42:37 +0000
commit634338377eee95815431fbf14f869637ab15c664 (patch)
treea2795116e6b2780b93956590d8d0cbb1be032cd3
parent95f6ae64fcb4ab9f450db7a3c278692b16ef4d94 (diff)
downloadports-634338377eee95815431fbf14f869637ab15c664.tar.gz
ports-634338377eee95815431fbf14f869637ab15c664.zip
Notes
-rw-r--r--www/pear-HTTP/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/pear-HTTP/Makefile b/www/pear-HTTP/Makefile
index a69603998188..c4cfa7a6be07 100644
--- a/www/pear-HTTP/Makefile
+++ b/www/pear-HTTP/Makefile
@@ -9,13 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR miscellaneous HTTP utilities
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-FILES= HTTP.php
-
-TESTS= absoluteURI.inc negotiateCharset.phpt negotiateCharset2.phpt \
- negotiateLanguage.phpt negotiateMimeType.phpt test1a.phpt \
- test2a.phpt test3a.phpt test4a.phpt test5a.phpt test6a.phpt
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"