aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-15 10:43:08 +0800
committermiwi <miwi@FreeBSD.org>2013-03-15 10:43:08 +0800
commit3ae3b7508338f05c01f4c49958a6c6848b4662b6 (patch)
treec49eec6e01d99bdc770ca3f5c9233474f5c47c82
parentfbf99776e6b121b450a015d06b12eef40cda8ac8 (diff)
downloadfreebsd-ports-gnome-3ae3b7508338f05c01f4c49958a6c6848b4662b6.tar.gz
freebsd-ports-gnome-3ae3b7508338f05c01f4c49958a6c6848b4662b6.tar.zst
freebsd-ports-gnome-3ae3b7508338f05c01f4c49958a6c6848b4662b6.zip
- Trim header
- Convert to PEAR_AUTOINSTALL
-rw-r--r--www/pear-Services_TwitPic/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/www/pear-Services_TwitPic/Makefile b/www/pear-Services_TwitPic/Makefile
index 9317cfe62680..1a73d5b5a3f7 100644
--- a/www/pear-Services_TwitPic/Makefile
+++ b/www/pear-Services_TwitPic/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_TwitPic
-# Date created: 10 Dez 2008
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Services_TwitPic
PORTVERSION= 0.1.0
@@ -15,12 +11,7 @@ COMMENT= PHP Interface to TwitPic's API
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-FILES= Services/TwitPic.php Services/TwitPic/Exception.php \
- Services/TwitPic/Request/Common.php Services/TwitPic/Request/HTTPRequest.php \
- Services/TwitPic/Request/Mock.php
-EXAMPLES= example.php
-_EXAMPLESDIR= docs
-TESTS= TwitPicTest.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"