1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/textproc/p5-Lingua-EN-Fathom/Makefile
2019-01-16 20:11:22 +00:00

26 lines
524 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Lingua-EN-Fathom
PORTVERSION= 1.22
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Measure readability of English text
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Lingua-EN-Sentence>=0.28:textproc/p5-Lingua-EN-Sentence \
p5-Lingua-EN-Syllable>=0:textproc/p5-Lingua-EN-Syllable
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>