aboutsummaryrefslogtreecommitdiff
path: root/www/pear-Services_GeoNames/Makefile
blob: d3481c846a3bcd3f907c602c43327e94cbfdc821 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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@${PHP_FLAVOR}
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}

USES=		pear

.include <bsd.port.mk>