pkgsrc/textproc/p5-String-CamelCase/Makefile
hiramatsu 4653a55ea6 Import String::CamelCase into textproc/p5-String-CamelCase,
which is required to update databases/p5-DBIx-Class-Schema-Loader.

This module exports two functions.
- camelize : convert from under_score text to CamelCase one
- decamelize : convert from CamelCase text to under_score one
2011-11-13 13:05:06 +00:00

19 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/13 13:05:06 hiramatsu Exp $
#
DISTNAME= String-CamelCase-0.02
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-CamelCase/
COMMENT= Convert string to camelcase and vice versa
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/String/CamelCase/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"