diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index b43227049db7..79de175c3926 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -9,7 +9,9 @@ PORTNAME= Geo-IP PORTVERSION= 0.26 PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= http://maxmind.com/download/geoip/api/perl/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ + http://maxmind.com/download/geoip/api/perl/ +MASTER_SITE_SUBDIR= Geo PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org |