freebsd-ports/net/pear-Net_Geo/Makefile

23 lines
679 B
Makefile
Raw Normal View History

# Created by: chinsan
# $FreeBSD$
PORTNAME= Net_Geo
2010-11-04 11:01:23 +01:00
PORTVERSION= 1.0.5
CATEGORIES= net pear
2008-09-08 02:22:00 +02:00
MAINTAINER= miwi@FreeBSD.org
COMMENT= Geographical locations based on Internet address
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>