aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-Services_TinyURL
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-15 14:21:53 +0800
committermiwi <miwi@FreeBSD.org>2013-03-15 14:21:53 +0800
commit269c54478a61c1b222607fdd295c1ef88ad6d896 (patch)
tree7d30d4360f7c52557700b498687c642252893579 /www/pear-Services_TinyURL
parent837ad68474457ec5f6508d14779dfec339a813ca (diff)
downloadfreebsd-ports-gnome-269c54478a61c1b222607fdd295c1ef88ad6d896.tar.gz
freebsd-ports-gnome-269c54478a61c1b222607fdd295c1ef88ad6d896.tar.zst
freebsd-ports-gnome-269c54478a61c1b222607fdd295c1ef88ad6d896.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'www/pear-Services_TinyURL')
-rw-r--r--www/pear-Services_TinyURL/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/www/pear-Services_TinyURL/Makefile b/www/pear-Services_TinyURL/Makefile
index 2e5b91ac7576..c0ae8822220d 100644
--- a/www/pear-Services_TinyURL/Makefile
+++ b/www/pear-Services_TinyURL/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_TinyURL
-# Date created: 22 Jan 2007
-# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org>
-#
+# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
# $FreeBSD$
-#
PORTNAME= Services_TinyURL
PORTVERSION= 0.1.2
@@ -16,11 +12,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
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"