freebsd-ports/www/pear-Services_TinyURL/Makefile
2021-05-23 00:20:48 +08:00

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>