diff options
Diffstat (limited to 'devel/p5-Algorithm-LCS/Makefile')
-rw-r--r-- | devel/p5-Algorithm-LCS/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-LCS/Makefile b/devel/p5-Algorithm-LCS/Makefile new file mode 100644 index 000000000000..299134196c02 --- /dev/null +++ b/devel/p5-Algorithm-LCS/Makefile @@ -0,0 +1,28 @@ +# 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 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/J/JO/JOESUF +PKGNAMEPREFIX= p5- + +MAINTAINER= tiger@whitetigersd.com +COMMENT= Fast (XS) implementation of the Longest Common Subsequence Algorithm + +PERL_CONFIGURE= yes +MAN3= Algorithm::LCS.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again. +.endif + +.include <bsd.port.post.mk> + |