41fcb526ce
which is required to update databases/p5-DBIx-Class-Schema-Loader. This module provides a utility method, "to_identifier" for converting an arbitrary string into a readable representation using the ASCII subset of "\w" for use as an identifier in a computer program. The intent is to make unique identifier names from which the content of the original string can be easily inferred by a human just by reading the identifier.
23 lines
781 B
Makefile
23 lines
781 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/11/14 08:08:04 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= String-ToIdentifier-EN-0.05
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/String/ToIdentifier/EN/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|