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