16 lines
269 B
Makefile
16 lines
269 B
Makefile
COMMENT = assemble multiple Regular Expressions into a single RE
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Regexp-Assemble-0.38
|
|
CATEGORIES = textproc
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|