ports/textproc/p5-Regexp-Common/Makefile

20 lines
355 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = provide commonly requested regular expressions
DISTNAME = Regexp-Common-2017060201
REVISION = 0
CATEGORIES = textproc
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Artistic, Artistic 2.0, BSD, MIT
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
TEST_DEPENDS = devel/p5-Test-Regexp
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>