45bbf9c55e
for your strings. Sometimes you get binary data that Perl doesn't treat as UTF-8, so instead of doing a trick with pack and unpack you can just use this module. WWW: http://search.cpan.org/dist/String-SetUTF8/ Andrei V. Shetuhin <reki@reki.ru> PR: ports/134932 Submitted by: Andrei V. Shetuhin <reki@reki.ru>
21 lines
419 B
Makefile
21 lines
419 B
Makefile
# New ports collection makefile for: String::SetUTF8
|
|
# Date created: 25 May 2009
|
|
# Whom: Andrei V. Shetuhin <reki@reki.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= String-SetUTF8
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= reki@reki.ru
|
|
COMMENT= Perl module to manipulate internal UTF8 flag on strings
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= String::SetUTF8.3
|
|
|
|
.include <bsd.port.mk>
|