18 lines
243 B
Makefile
18 lines
243 B
Makefile
|
COMMENT = backslash escapes, quoted phrase, word elision, etc
|
||
|
|
||
|
DISTNAME = String-Escape-2010.002
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = textproc
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
MAKE_ENV = TEST_POD=Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|