freebsd-ports/www/pear-Services_GeoNames/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

16 lines
378 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Services_GeoNames
PORTVERSION= 1.0.1
CATEGORIES= www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP5 Interface to the GeoNames Public API
BUILD_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
USES= pear
.include <bsd.port.mk>