2005-09-14 22:14:43 +02:00
|
|
|
# New ports collection makefile for: Algorithm::LCS
|
|
|
|
# Date created: 26 July 2005
|
|
|
|
# Whom: tiger@whitetigersd.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-LCS
|
|
|
|
PORTVERSION= 1.04
|
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-09-14 22:14:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/J/JO/JOESUF
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-07-09 13:45:38 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-09-14 22:14:43 +02:00
|
|
|
COMMENT= Fast (XS) implementation of the Longest Common Subsequence Algorithm
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2005-09-14 22:14:43 +02:00
|
|
|
MAN3= Algorithm::LCS.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|
2005-09-14 22:14:43 +02:00
|
|
|
|