diff options
author | clsung <clsung@FreeBSD.org> | 2007-04-04 10:55:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-04-04 10:55:07 +0800 |
commit | d92b75684508536699a72d067d7e827b44e497d3 (patch) | |
tree | 61d97802243f5c1d594d9631743a6be772a71583 /net | |
parent | d757841f8181435517a82e7cd159d24dacefc024 (diff) | |
download | freebsd-ports-gnome-d92b75684508536699a72d067d7e827b44e497d3.tar.gz freebsd-ports-gnome-d92b75684508536699a72d067d7e827b44e497d3.tar.zst freebsd-ports-gnome-d92b75684508536699a72d067d7e827b44e497d3.zip |
- installed script (ip2cc) needs p5-Geography-Countries
- bump PORTREVISION
PR: ports/111183
Submitted by: maintainer (Dikshie)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-IP-Country/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/p5-IP-Country/Makefile b/net/p5-IP-Country/Makefile index 9dc40fa88b2b..c07283f93472 100644 --- a/net/p5-IP-Country/Makefile +++ b/net/p5-IP-Country/Makefile @@ -7,6 +7,7 @@ PORTNAME= IP-Country PORTVERSION= 2.23 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/N/NW/NWETTERS @@ -15,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= dikshie@lapi.itb.ac.id COMMENT= Fast lookup of country codes from IP addresses +BUILD_DEPENDS= ${SITE_PERL}/Geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN1= ip2cc.1 |