freebsd-ports/textproc/p5-Text-Similarity/Makefile
Steve Wills 1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00

24 lines
487 B
Makefile

# New ports collection makefile for: Text::Similarity
# Date created: Oct 28 2004
# Whom: clsung
#
# $FreeBSD$
#
PORTNAME= Text-Similarity
PORTVERSION= 0.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for measuring the similarity of text documents
PERL_CONFIGURE= yes
MAN1= text_similarity.pl.1
MAN3= Text::OverlapFinder.3 \
Text::Similarity.3 \
Text::Similarity::Overlaps.3
.include <bsd.port.mk>