1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/p5-Algorithm-LCS/Makefile
Pav Lucistnik 47db49860a - Reset maintainer
550 5.1.2 <tiger@whitetigersd.com>... Host unknown (Name server: whitetigersd.com: host not found)
2009-07-09 11:45:38 +00:00

23 lines
488 B
Makefile

# 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= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/J/JO/JOESUF
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast (XS) implementation of the Longest Common Subsequence Algorithm
PERL_CONFIGURE= 5.8.0+
MAN3= Algorithm::LCS.3
.include <bsd.port.mk>