13 lines
232 B
Makefile
13 lines
232 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_TwitPic
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PHP Interface to TwitPic's API
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|