aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Geo-IP/Makefile')
-rw-r--r--net/p5-Geo-IP/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile
index 9f8b8d3707c2..0d35f264f3c5 100644
--- a/net/p5-Geo-IP/Makefile
+++ b/net/p5-Geo-IP/Makefile
@@ -11,13 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Gets country name by IP or hostname
-LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'
-MAN3= Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3
-
-NO_STAGE= yes
.include <bsd.port.mk>