mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
17 lines
403 B
Makefile
17 lines
403 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_GeoNames
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= www pear
|
|
|
|
MAINTAINER= ports@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>
|