mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
5588b1c10d
- Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Lingua-EN-Fathom
26 lines
524 B
Makefile
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>
|