- Trim header

- Convert to PEAR_AUTOINSTALL
This commit is contained in:
Martin Wilke 2013-03-15 02:43:08 +00:00
parent b3f78d7668
commit 7d5bb69ecc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314238

View file

@ -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"