freebsd-ports/net/pear-Net_Geo/Makefile
Baptiste Daroussin 91a1caa242 Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work!
2014-11-18 09:37:31 +00:00

18 lines
497 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Net_Geo
PORTVERSION= 1.0.5
CATEGORIES= net pear
MAINTAINER= ports@FreeBSD.org
COMMENT= Geographical locations based on Internet address
BUILD_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
RUN_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
USES= pear
.include <bsd.port.mk>