23 lines
516 B
Makefile

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