19 lines
360 B
Makefile
19 lines
360 B
Makefile
# Created by: Andrei V. Shetuhin <reki@reki.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= String-SetUTF8
|
|
PORTVERSION= 1.00
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= reki@reki.ru
|
|
COMMENT= Perl module to manipulate internal UTF-8 flag on strings
|
|
|
|
BROKEN= Unfetchable
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|