diff options
author | heinz <heinz@pkgsrc.org> | 2006-06-11 16:35:38 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-06-11 16:35:38 +0000 |
commit | 35340da53bda7764fe7572a7929399bd5dff5793 (patch) | |
tree | b624337655d2ad27a309597aa832f7c83426a757 /net/p5-IP-Country/Makefile | |
parent | 7fe23c98b9296f3bb00b66a86edbfd464cc87cc1 (diff) | |
download | pkgsrc-35340da53bda7764fe7572a7929399bd5dff5793.tar.gz |
Updated to version 2.21.
Pkgsrc changes:
- The module is available in the IP subdirectory on CPAN, so use the shorter
URL for MASTER_SITES.
Relevant changes since version 2.20:
====================================
- Small bug fixes
- Database update:
Apr 6 01:20 ripe.db.inetnum.gz
Apr 6 00:18 delegated-afrinic-20060406
Apr 5 18:16 delegated-apnic-20060406
Apr 6 05:03 delegated-arin-20060406
Apr 6 03:50 delegated-lacnic-20060405
Diffstat (limited to 'net/p5-IP-Country/Makefile')
-rw-r--r-- | net/p5-IP-Country/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/p5-IP-Country/Makefile b/net/p5-IP-Country/Makefile index 8acb2efbb48..6081491fea5 100644 --- a/net/p5-IP-Country/Makefile +++ b/net/p5-IP-Country/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2006/06/05 14:27:40 tv Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/11 16:35:38 heinz Exp $ # -DISTNAME= IP-Country-2.20 +DISTNAME= IP-Country-2.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5icy CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/N/NW/NWETTERS/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IP/} MAINTAINER= heinz@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/IP-Country/ |