d49a8f39af
Approved by: portmgr (blanket infrastructure)
16 lines
322 B
Makefile
16 lines
322 B
Makefile
# Created by: 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 UTF-8 flag on strings
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|