svn commit: r314251 - head/www/pear-Services_TinyURL
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 06:21:54 UTC 2013
Author: miwi
Date: Fri Mar 15 06:21:53 2013
New Revision: 314251
URL: http://svnweb.freebsd.org/changeset/ports/314251
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/www/pear-Services_TinyURL/Makefile (contents, props changed)
Modified: head/www/pear-Services_TinyURL/Makefile
==============================================================================
--- head/www/pear-Services_TinyURL/Makefile Fri Mar 15 03:08:39 2013 (r314250)
+++ head/www/pear-Services_TinyURL/Makefile Fri Mar 15 06:21:53 2013 (r314251)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_TinyURL
-# Date created: 22 Jan 2007
-# Whom: Ditesh Shashikant Gathani <ditesh at gathani.org>
-#
+# Created by: Ditesh Shashikant Gathani <ditesh at gathani.org>
# $FreeBSD$
-#
PORTNAME= Services_TinyURL
PORTVERSION= 0.1.2
@@ -16,11 +12,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${POR
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= curl
-
-FILES= Services/TinyURL.php Services/TinyURL/Exception.php
-
-TESTS= 001-create.phpt 002-lookup.phpt 003-create-and-lookup.phpt \
- 100-bug-12207.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-all
mailing list