blob: a57e3d3ab9a39cc32ed25d94a8aad51641dfeac2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
PORTNAME= Unicode-String
PORTVERSION= 2.10
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 modules to handle various Unicode issues
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|