- Trim header

- Convert to PEAR_AUTOINSTALL
This commit is contained in:
Martin Wilke 2013-04-30 08:45:55 +00:00
parent 7c94ca8e75
commit fb16849327
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316901

View file

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-Net_GeoIP
# Date created: 2007/04/31
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= Net_GeoIP
PORTVERSION= 1.0.0.r1
@ -16,10 +12,11 @@ COMMENT= Library to perform geo-location lookups of IP addresses
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:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
CATEGORY= Net
FILES= GeoIP.php GeoIP/DMA.php GeoIP/Location.php
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"