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

15 lines
398 B
Makefile

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