17 lines
254 B
Makefile
17 lines
254 B
Makefile
|
COMMENT= parse regular expressions
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME = PPIx-Regexp-0.084
|
||
|
CATEGORIES= textproc
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
CPAN_AUTHOR= WYANT
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-Task-Weaken \
|
||
|
textproc/p5-PPI>=1.238
|
||
|
|
||
|
.include <bsd.port.mk>
|