diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-06-20 09:03:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-06-20 09:03:27 +0000 |
commit | 7a1dccccd56cf0a6239992d6a2cc584de1fd61b8 (patch) | |
tree | 53ef54a2336bb0c755e3869b6e29b2608148b337 /textproc/p5-IDNA-Punycode | |
parent | dec946ad510fca42e9c94b55d1d6a14f61b52298 (diff) | |
download | ports-7a1dccccd56cf0a6239992d6a2cc584de1fd61b8.tar.gz ports-7a1dccccd56cf0a6239992d6a2cc584de1fd61b8.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
Notes
Notes:
svn path=/head/; revision=275887
Diffstat (limited to 'textproc/p5-IDNA-Punycode')
-rw-r--r-- | textproc/p5-IDNA-Punycode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-IDNA-Punycode/Makefile b/textproc/p5-IDNA-Punycode/Makefile index 4ebd55875759..80059f6fc8d1 100644 --- a/textproc/p5-IDNA-Punycode/Makefile +++ b/textproc/p5-IDNA-Punycode/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.03 PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/R/RO/ROBURBAN/ +MASTER_SITE_SUBDIR= CPAN:ROBURBAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org |