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 /math/p5-Algorithm-Combinatorics/Makefile | |
parent | - Update to version 0.2.9 and undeprecate (diff) |
- 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 'math/p5-Algorithm-Combinatorics/Makefile')
-rw-r--r-- | math/p5-Algorithm-Combinatorics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/p5-Algorithm-Combinatorics/Makefile b/math/p5-Algorithm-Combinatorics/Makefile index 096c7f406dc6..998ad157ec7e 100644 --- a/math/p5-Algorithm-Combinatorics/Makefile +++ b/math/p5-Algorithm-Combinatorics/Makefile @@ -8,7 +8,8 @@ PORTNAME= Algorithm-Combinatorics PORTVERSION= 0.26 CATEGORIES= math perl5 -MASTER_SITES= CPAN/../../authors/id/F/FX/FXN +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:FXN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org |