- Trim header
- Convert to PEAR_AUTOINSTALL
This commit is contained in:
parent
b3f78d7668
commit
7d5bb69ecc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314238
1 changed files with 2 additions and 11 deletions
|
@ -1,9 +1,5 @@
|
||||||
# Ports collection makefile for: pear-Services_TwitPic
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
||||||
# Date created: 10 Dez 2008
|
|
||||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Services_TwitPic
|
PORTNAME= Services_TwitPic
|
||||||
PORTVERSION= 0.1.0
|
PORTVERSION= 0.1.0
|
||||||
|
@ -15,12 +11,7 @@ COMMENT= PHP Interface to TwitPic's API
|
||||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
|
|
||||||
FILES= Services/TwitPic.php Services/TwitPic/Exception.php \
|
PEAR_AUTOINSTALL= yes
|
||||||
Services/TwitPic/Request/Common.php Services/TwitPic/Request/HTTPRequest.php \
|
|
||||||
Services/TwitPic/Request/Mock.php
|
|
||||||
EXAMPLES= example.php
|
|
||||||
_EXAMPLESDIR= docs
|
|
||||||
TESTS= TwitPicTest.php
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
|
|
Loading…
Reference in a new issue