aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Similarity/Makefile
blob: 439cc369b3eafb689545506789cd656ad14c5e80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>

PORTNAME=	Text-Similarity
PORTVERSION=	0.13
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Measure the similarity of text documents

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/GPL.txt

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>