eb9ac8e5ea
Sponsored by: Netzkommune GmbH
14 lines
266 B
Makefile
14 lines
266 B
Makefile
# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_TinyURL
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PHP interface to TinyURL's API
|
|
|
|
USES= pear php
|
|
USE_PHP= curl
|
|
|
|
.include <bsd.port.mk>
|