19 lines
319 B
Makefile
19 lines
319 B
Makefile
# $OpenBSD: Makefile,v 1.7 2020/07/03 21:45:49 sthen Exp $
|
|
|
|
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>
|