aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-LCS
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2011-09-08 08:36:43 +0000
committerAndrej Zverev <az@FreeBSD.org>2011-09-08 08:36:43 +0000
commita015f2e5d01914a78ae49e52b8ede1ad288b54a4 (patch)
treef12874a6e0a96c7033b5b00892bfe0155701411c /devel/p5-Algorithm-LCS
parent2c1c3213db262bfef8e94495042dad914b44ae32 (diff)
downloadports-a015f2e5d01914a78ae49e52b8ede1ad288b54a4.tar.gz
ports-a015f2e5d01914a78ae49e52b8ede1ad288b54a4.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. With perl@ hat
Notes
Notes: svn path=/head/; revision=281438
Diffstat (limited to 'devel/p5-Algorithm-LCS')
-rw-r--r--devel/p5-Algorithm-LCS/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Algorithm-LCS/Makefile b/devel/p5-Algorithm-LCS/Makefile
index 7e613ae31edb..aabe798e3379 100644
--- a/devel/p5-Algorithm-LCS/Makefile
+++ b/devel/p5-Algorithm-LCS/Makefile
@@ -9,13 +9,14 @@ PORTNAME= Algorithm-LCS
PORTVERSION= 1.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= ../by-authors/id/J/JO/JOESUF
+MASTER_SITE_SUBDIR= CPAN:JOESUF
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Fast (XS) implementation of the Longest Common Subsequence Algorithm
-PERL_CONFIGURE= 5.8.0+
+PERL_CONFIGURE= yes
+
MAN3= Algorithm::LCS.3
.include <bsd.port.mk>