mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
25 lines
489 B
Makefile
25 lines
489 B
Makefile
# New ports collection makefile for: Text::Similarity
|
|
# Date created: Oct 28 2004
|
|
# Whom: clsung
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Similarity
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@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>
|