aboutsummaryrefslogtreecommitdiff
path: root/net/p5-IP-Country/Makefile
blob: ff63054dc10c81ab17bf3a325c86d14d35032676 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: dikshie <dikshie@lapi.itb.ac.id>

PORTNAME=	IP-Country
PORTVERSION=	2.28
PORTREVISION=	1
CATEGORIES=	net perl5 geography
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	dikshie@lapi.itb.ac.id
COMMENT=	Fast lookup of country codes from IP addresses

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Geography-Countries>=0:misc/p5-Geography-Countries

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>