PerlIO layer to use the encoding of the current locale.
WWW: http://search.cpan.org/dist/PerlIO-locale/ Feature safe: yes
This commit is contained in:
parent
9d01fa599f
commit
d4866d0c2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293368
5 changed files with 34 additions and 0 deletions
|
@ -2298,6 +2298,7 @@
|
|||
SUBDIR += p5-PerlIO-Layers
|
||||
SUBDIR += p5-PerlIO-Util
|
||||
SUBDIR += p5-PerlIO-eol
|
||||
SUBDIR += p5-PerlIO-locale
|
||||
SUBDIR += p5-PerlIO-via-MD5
|
||||
SUBDIR += p5-PerlIO-via-dynamic
|
||||
SUBDIR += p5-PerlIO-via-symlink
|
||||
|
|
21
devel/p5-PerlIO-locale/Makefile
Normal file
21
devel/p5-PerlIO-locale/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: p5-PerlIO-locale
|
||||
# Date created: 2012-03-15
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= PerlIO-locale
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= PerlIO layer to use the encoding of the current locale
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= PerlIO::locale.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-PerlIO-locale/distinfo
Normal file
2
devel/p5-PerlIO-locale/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (PerlIO-locale-0.08.tar.gz) = 1b528693c9246dc87dced305453caf3699471b7240c9fa052808cda2d795e893
|
||||
SIZE (PerlIO-locale-0.08.tar.gz) = 3140
|
3
devel/p5-PerlIO-locale/pkg-descr
Normal file
3
devel/p5-PerlIO-locale/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
PerlIO layer to use the encoding of the current locale.
|
||||
|
||||
WWW: http://search.cpan.org/dist/PerlIO-locale/
|
7
devel/p5-PerlIO-locale/pkg-plist
Normal file
7
devel/p5-PerlIO-locale/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/PerlIO/locale.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/locale/locale.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/locale/locale.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/locale/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO/locale
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlIO
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/PerlIO
|
Loading…
Reference in a new issue