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

26 lines
593 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Geo-IP
# Date created: 10 August 2002
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Geo-IP
2011-09-27 04:04:04 +02:00
PORTVERSION= 1.40
CATEGORIES= net geography perl5
2007-12-30 10:23:01 +01:00
MASTER_SITES= CPAN \
http://www.maxmind.com/download/geoip/api/perl/
PKGNAMEPREFIX= p5-
2007-12-30 10:23:01 +01:00
MAINTAINER= clsung@FreeBSD.org
COMMENT= Gets country name by IP or hostname
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP
PERL_CONFIGURE= yes
CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'
2003-01-24 21:08:21 +01:00
MAN3= Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3
.include <bsd.port.mk>