Files
ports/net/pear-Net_GeoIP/Makefile
T
Jochen Neumeister 6f8c351112 hand over Maintainership to miwi
Sponsored by:	Netzkommune GmbH
2020-03-06 17:33:54 +00:00

21 lines
586 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net_GeoIP
PORTVERSION= 1.0.0.r1
PORTREVISION= 1
CATEGORIES= net pear
DISTNAME= Net_GeoIP-1.0.0RC1
MAINTAINER= miwi@FreeBSD.org
COMMENT= Library to perform geo-location lookups of IP addresses
BUILD_DEPENDS= ${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR} \
${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
RUN_DEPENDS= ${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR} \
${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
USES= pear
.include <bsd.port.mk>