mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
20 lines
372 B
Makefile
20 lines
372 B
Makefile
COMMENT = provide commonly requested regular expressions
|
|
|
|
DISTNAME = Regexp-Common-2024080801
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
|
|
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>
|