mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
22 lines
408 B
Makefile
22 lines
408 B
Makefile
# Ports collection Makefile for: p5-Geo-IP-PurePerl
|
|
# Date created: 26 Jan, 2006
|
|
# Whom: Joe Horn <joehorn@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Geo-IP-PurePerl
|
|
PORTVERSION= 1.25
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Look up country by IP Address
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= geoip-lookup.1
|
|
MAN3= Geo::IP::PurePerl.3
|
|
|
|
.include <bsd.port.mk>
|