pkgsrc/textproc/p5-String-ToIdentifier-EN/Makefile
wen d9733cd008 Update to 0.10
Upstream changes:
0.10 2013-06-10 00:22:12
    - convert to dzil
    - add =encoding UTF-8 to ::Unicode POD (RT#85981)

0.09  2012-11-05 02:47:53
    - bump up Lingua::EN::Inflect::Phrase dep to 0.16 (latest) due to unescaped
      braces in regex in Lingua::EN::Tagger

0.08  2012-09-24 03:59:43
    - update for Lingua::EN::Inflect::Phrase 0.14
    - change ascii 'acknowledge' to 'ack'

0.07  2012-02-27 22:31:06
    - work around a bug in [:upper:] in 5.15.8

0.06  2011-11-19 17:49:34
    - fix for perl 5.8.3 (RT#72088)
2013-07-21 14:51:32 +00:00

21 lines
736 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/07/21 14:51:32 wen Exp $
#
DISTNAME= String-ToIdentifier-EN-0.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/String-ToIdentifier-EN/
COMMENT= Convert Strings to English Program Identifiers
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Lingua-EN-Inflect-Phrase>=0.07:../../textproc/p5-Lingua-EN-Inflect-Phrase
DEPENDS+= p5-Text-Unidecode>=0.04:../../textproc/p5-Text-Unidecode
DEPENDS+= p5-namespace-clean>=0.20:../../devel/p5-namespace-clean
PERL5_PACKLIST= auto/String/ToIdentifier/EN/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"