freebsd-ports/textproc/p5-utf8-all/Makefile
Wen Heping 3a4c24fe3a textproc/p5-utf8-all: Add new port
The use utf8 pragma tells the Perl parser to allow UTF-8 in the
program text in the current lexical scope. This also means that
you can now use literal Unicode characters as part of strings,
variable names, and regular expressions.

utf8::all goes further.

WWW: https://metacpan.org/release/utf8-all
2022-04-07 03:03:28 +00:00

23 lines
540 B
Makefile

PORTNAME= utf8-all
DISTVERSION= 0.024
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HAYOBAAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Turn on Unicode - all of it
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-PerlIO-utf8_strict>=0:devel/p5-PerlIO-utf8_strict
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
p5-Test-Warn>=0:devel/p5-Test-Warn
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>