mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
15 lines
248 B
Makefile
15 lines
248 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_TwitPic
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PHP Interface to TwitPic's API
|
|
|
|
NO_ARCH= yes
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|