diff options
author | leeym <leeym@FreeBSD.org> | 2002-08-29 12:31:45 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2002-08-29 12:31:45 +0800 |
commit | c997192c5e0efab747cbb6465722b0543121e76d (patch) | |
tree | 83e44e89e4255916fb4512c1949fae37f981d79e /net | |
parent | 6c8d61785e4a73d65638ed1256dbafae576ca856 (diff) | |
download | freebsd-ports-gnome-c997192c5e0efab747cbb6465722b0543121e76d.tar.gz freebsd-ports-gnome-c997192c5e0efab747cbb6465722b0543121e76d.tar.zst freebsd-ports-gnome-c997192c5e0efab747cbb6465722b0543121e76d.zip |
Add CPAN to MASTER_SITES
PR: ports/42151
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
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 |