mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
287 B
Makefile
21 lines
287 B
Makefile
COMMENT = parse regular expressions
|
|
|
|
DISTNAME = PPIx-Regexp-0.091
|
|
CPAN_AUTHOR = WYANT
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Task-Weaken \
|
|
textproc/p5-PPI>=1.238
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|