aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_GeoIP
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:57:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:57:57 +0000
commitb0305d41aff6dba2c2de7e0e80152393226eba09 (patch)
tree997b7cb143dd4821898035e60507aa663169febd /net/pear-Net_GeoIP
parent7242d5eb0654f07556933c4a2ebb9092e7f494e2 (diff)
downloadports-b0305d41aff6dba2c2de7e0e80152393226eba09.tar.gz
ports-b0305d41aff6dba2c2de7e0e80152393226eba09.zip
Notes
Diffstat (limited to 'net/pear-Net_GeoIP')
-rw-r--r--net/pear-Net_GeoIP/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net/pear-Net_GeoIP/Makefile b/net/pear-Net_GeoIP/Makefile
index e6cf854b2d53..001fa80e44b3 100644
--- a/net/pear-Net_GeoIP/Makefile
+++ b/net/pear-Net_GeoIP/Makefile
@@ -10,15 +10,11 @@ DISTNAME= Net_GeoIP-1.0.0RC1
MAINTAINER= miwi@FreeBSD.org
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 \
+BUILD_DEPENDS= ${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 \
+RUN_DEPENDS= ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>