aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP-PurePerl/Makefile
blob: 89dfc9693dce013387b0d0d52b69bc31d8577f55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Joe Horn <joehorn@gmail.com>
# $FreeBSD$

PORTNAME=	Geo-IP-PurePerl
PORTVERSION=	1.25
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Look up country by IP Address

USES=		perl5
USE_PERL5=	configure

MAN1=	geoip-lookup.1
MAN3=	Geo::IP::PurePerl.3

NO_STAGE=	yes
.include <bsd.port.mk>