diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2002-08-29 04:31:45 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2002-08-29 04:31:45 +0000 |
commit | 42cd3238b35366f673352e777bc863389f348894 (patch) | |
tree | b1124c8e7e1eecb64cb6a666eacb48c473debd46 /net | |
parent | Add a patch to show enterprises.ucdavis.dskTable.dskEntry.dskPercentNode (diff) |
Add CPAN to MASTER_SITES
PR: ports/42151
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
Notes
Notes:
svn path=/head/; revision=65211
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 |