hints and ok sthen@ pkg/DESCR: This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's default :utf8 layer it checks the input for correctness.
19 lines
298 B
Makefile
19 lines
298 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/01/22 07:33:34 giovanni Exp $
|
|
|
|
COMMENT = fast and correct UTF-8 IO
|
|
|
|
DISTNAME = PerlIO-utf8_strict-0.007
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += perl
|
|
|
|
MODULES = cpan
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|