0501bfb524
convert from under_score text to CamelCase and back
18 lines
353 B
Makefile
18 lines
353 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/06 09:27:19 sthen Exp $
|
|
|
|
COMMENT= camelcase, de-camelcase
|
|
|
|
MODULES= cpan
|
|
DISTNAME= String-CamelCase-0.02
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Andrew Fresh <andrew@cpan.org>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|