21 lines
456 B
Makefile
21 lines
456 B
Makefile
|
COMMENT = convert strings to english program identifiers
|
||
|
DISTNAME = String-ToIdentifier-EN-0.12
|
||
|
CATEGORIES = textproc
|
||
|
REVISION = 0
|
||
|
|
||
|
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
||
|
|
||
|
# perl_5
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
CONFIGURE_ARGS = --skipdeps
|
||
|
MAKE_ENV = TEST_POD=yes AUTHOR_TESTING=yes
|
||
|
|
||
|
RUN_DEPENDS = devel/p5-namespace-clean \
|
||
|
textproc/p5-Lingua-EN-Inflect-Phrase \
|
||
|
textproc/p5-Text-Unidecode
|
||
|
|
||
|
.include <bsd.port.mk>
|