mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
20 lines
433 B
Makefile
20 lines
433 B
Makefile
# Created by: dikshie <dikshie@lapi.itb.ac.id>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IP-Country
|
|
PORTVERSION= 2.28
|
|
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= p5-Geography-Countries>=0:${PORTSDIR}/misc/p5-Geography-Countries
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|