diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-06-21 06:58:49 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-06-21 06:58:49 +0000 |
commit | 302b9a7c365150a9d9518945d25c710ae4a13d4c (patch) | |
tree | 14b0444b4f498b96acd736fd26db1fc6cac084e4 /www/p5-Scrappy | |
parent | 7f51859e62a263e08f3ff9c90e270bfb62048d62 (diff) | |
download | ports-302b9a7c365150a9d9518945d25c710ae4a13d4c.tar.gz ports-302b9a7c365150a9d9518945d25c710ae4a13d4c.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
Notes
Notes:
svn path=/head/; revision=275968
Diffstat (limited to 'www/p5-Scrappy')
-rw-r--r-- | www/p5-Scrappy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Scrappy/Makefile b/www/p5-Scrappy/Makefile index 342ee7461c00..1a1de8de9987 100644 --- a/www/p5-Scrappy/Makefile +++ b/www/p5-Scrappy/Makefile @@ -8,7 +8,8 @@ PORTNAME= Scrappy PORTVERSION= 0.62 CATEGORIES= www perl5 -MASTER_SITES= CPAN/../../authors/id/A/AW/AWNCORP +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:AWNCORP PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org |