18 lines
240 B
Makefile
18 lines
240 B
Makefile
|
COMMENT = fast and correct UTF-8 IO
|
||
|
|
||
|
DISTNAME = PerlIO-utf8_strict-0.007
|
||
|
REVISION = 1
|
||
|
|
||
|
CATEGORIES = textproc
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
TEST_DEPENDS = devel/p5-Test-Exception
|
||
|
|
||
|
.include <bsd.port.mk>
|