mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
26 lines
587 B
Makefile
26 lines
587 B
Makefile
# New ports collection makefile for: p5-Geo-IP
|
|
# Date created: 10 August 2002
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Geo-IP
|
|
PORTVERSION= 1.30
|
|
CATEGORIES= net geography
|
|
MASTER_SITES= CPAN \
|
|
http://www.maxmind.com/download/geoip/api/perl/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
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'
|
|
|
|
MAN3= Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3
|
|
|
|
.include <bsd.port.mk>
|