17 lines
259 B
Makefile
17 lines
259 B
Makefile
|
COMMENT= camelcase, de-camelcase
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= String-CamelCase-0.04
|
||
|
CATEGORIES= textproc
|
||
|
REVISION= 0
|
||
|
|
||
|
MAINTAINER= Andrew Fresh <afresh1@openbsd.org>
|
||
|
|
||
|
# Same as Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MAKE_ENV += TEST_POD=Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|