pkgsrc/textproc/p5-Lingua-EN-Fathom/Makefile
wen c74016c935 Update to 1.22
Update DEPENDS

Upstream changes:
1.22 1 Nov 2018
    Added prerequsitie module Lingua::En::Sentence to build files
    Updated main.t

1.21 31 Oct 2018
    Updated main.t

1.20 31 Oct 2018
    Renamed github repo to 'Readability'
    Used Lingua::EN::Sentence instead of a regexp to get a more accurate sentence count
2018-11-10 06:36:24 +00:00

20 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.7 2018/11/10 06:36:24 wen Exp $
DISTNAME= Lingua-EN-Fathom-1.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~kimryan/Lingua-EN-Fathom/
COMMENT= Measure readability of English text
LICENSE= artistic AND gnu-gpl-v1
DEPENDS+= p5-Lingua-EN-Syllable>=0.28:../../textproc/p5-Lingua-EN-Syllable
DEPENDS+= p5-Lingua-EN-Sentence>=0.28:../../textproc/p5-Lingua-EN-Sentence
PERL5_PACKLIST= auto/Lingua/EN/Fathom/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"