openbsd-ports/net/p5-Geo-IP/Makefile

25 lines
440 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:35:50 espie Exp $
SHARED_ONLY= Yes
COMMENT= look up country by IP address/hostname
MODULES= cpan
2012-11-27 14:58:49 -05:00
DISTNAME= Geo-IP-1.40
2011-05-12 11:35:17 -04:00
CPAN_AUTHOR= BORISZ
CATEGORIES= net geo
# Perl
PERMIT_PACKAGE_CDROM= Yes
2012-11-27 14:58:49 -05:00
WANTLIB += GeoIP>=8
2012-08-23 11:50:05 -04:00
2012-11-27 14:58:49 -05:00
LIB_DEPENDS= net/GeoIP>=1.4.8
CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'
2012-11-27 14:58:49 -05:00
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= example
.include <bsd.port.mk>