aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-15 10:47:26 +0800
committermiwi <miwi@FreeBSD.org>2013-03-15 10:47:26 +0800
commit8daca2baca758c34edf8ef424b19f29349c743fb (patch)
treefaecba2dc897ff83c327906d2a6211bdc6abf80d /www
parent753d71fd8245b90c20169622ab47d1627a3a0927 (diff)
downloadfreebsd-ports-gnome-8daca2baca758c34edf8ef424b19f29349c743fb.tar.gz
freebsd-ports-gnome-8daca2baca758c34edf8ef424b19f29349c743fb.tar.zst
freebsd-ports-gnome-8daca2baca758c34edf8ef424b19f29349c743fb.zip
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'www')
-rw-r--r--www/pear-Services_urlTea/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/www/pear-Services_urlTea/Makefile b/www/pear-Services_urlTea/Makefile
index 63ba16a87542..8be782c1cc71 100644
--- a/www/pear-Services_urlTea/Makefile
+++ b/www/pear-Services_urlTea/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_urlTea
-# Date created: 21 Jan 2007
-# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
-#
+# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
-#
PORTNAME= Services_urlTea
PORTVERSION= 0.1.0
@@ -17,10 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= curl
-FILES= Services/urlTea.php Services/urlTea/Exception.php
-
-TESTS= 001-create.phpt 002-lookup.phpt 003-create-and-lookup.phpt \
- tests-config.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"