b233276d78
Approved by: mat (mentor)
16 lines
402 B
Makefile
16 lines
402 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:${PORTSDIR}/www/pear-HTTP_Request2
|
|
RUN_DEPENDS= ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|