svn commit: r314242 - head/www/pear-Services_urlTea
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 02:47:27 UTC 2013
Author: miwi
Date: Fri Mar 15 02:47:26 2013
New Revision: 314242
URL: http://svnweb.freebsd.org/changeset/ports/314242
Log:
- Convert to PEAR_AUTOINSTALL
Modified:
head/www/pear-Services_urlTea/Makefile (contents, props changed)
Modified: head/www/pear-Services_urlTea/Makefile
==============================================================================
--- head/www/pear-Services_urlTea/Makefile Fri Mar 15 02:46:41 2013 (r314241)
+++ head/www/pear-Services_urlTea/Makefile Fri Mar 15 02:47:26 2013 (r314242)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_urlTea
-# Date created: 21 Jan 2007
-# Whom: Ditesh Shashikant Gathani <ditesh at gathani.org>
-#
+# Created by: Ditesh Shashikant Gathani <ditesh at gathani.org>
# $FreeBSD$
-#
PORTNAME= Services_urlTea
PORTVERSION= 0.1.0
@@ -17,10 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS
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"
More information about the svn-ports-head
mailing list