diff options
author | az <az@FreeBSD.org> | 2011-06-21 14:58:49 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2011-06-21 14:58:49 +0800 |
commit | 3b1f5c8d071c5dbc9d740209a13f1bf31eb66c2a (patch) | |
tree | f533ef24ed7d78ec652ccac29e7fd9b81da48a31 /net/p5-Net-Whois-RIPE | |
parent | 07aec18e2fb3806fe8564daab8a98ce6aefd22c8 (diff) | |
download | freebsd-ports-gnome-3b1f5c8d071c5dbc9d740209a13f1bf31eb66c2a.tar.gz freebsd-ports-gnome-3b1f5c8d071c5dbc9d740209a13f1bf31eb66c2a.tar.zst freebsd-ports-gnome-3b1f5c8d071c5dbc9d740209a13f1bf31eb66c2a.zip |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
Diffstat (limited to 'net/p5-Net-Whois-RIPE')
-rw-r--r-- | net/p5-Net-Whois-RIPE/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Whois-RIPE/Makefile b/net/p5-Net-Whois-RIPE/Makefile index 630c9b042d20..4dc33b3a8cd2 100644 --- a/net/p5-Net-Whois-RIPE/Makefile +++ b/net/p5-Net-Whois-RIPE/Makefile @@ -9,7 +9,8 @@ PORTNAME= Net-Whois-RIPE PORTVERSION= 2.00003 CATEGORIES= net perl5 -MASTER_SITES= CPAN/../../authors/id/L/LM/LMC/ +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:LMC PKGNAMEPREFIX= p5- MAINTAINER= mich@FreeBSD.org |