blob: 983ef9421a2a6e8df161894f5e52b8a5d750e133 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
# $FreeBSD$
PORTNAME= Unicode-String
PORTVERSION= 2.09
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= These are experimental Perl5 modules to handle various Unicode issues
USES= perl5
USE_PERL5= configure
MAN3= Unicode::CharName.3 Unicode::String.3
NO_STAGE= yes
.include <bsd.port.mk>
|