head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.03.16.03.15.47;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.06.02.57;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2008.12.11.21.35.37;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314238
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Martin Wilke <miwi@@FreeBSD.org>
# $FreeBSD: head/www/pear-Services_TwitPic/Makefile 314238 2013-03-15 02:43:08Z miwi $

PORTNAME=	Services_TwitPic
PORTVERSION=	0.1.0
CATEGORIES=	www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PHP Interface to TwitPic's API

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.2
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-Services_TwitPic
# Date created:			  10 Dez 2008
# Whom:				  Martin Wilke <miwi@@FreeBSD.org>
#
# $FreeBSD: head/www/pear-Services_TwitPic/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d14 1
a14 6
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
@


1.1
log
@An interface for uploading pictures to TwitPic and optionally posting them
(along with status messages) to Twitter as well.

WWW: http://pear.php.net/package/Services_TwitPic
@
text
@d5 1
a5 1
# $FreeBSD$
@

