blob: 1a8618cdd969f21a09799eda87b836ab3ea92cb6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
WWW= https://metacpan.org/release/Text-Similarity
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/GPL.txt
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|