blob: cb404e1d441d27601e56c2b66882dfb603dc43d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Unicode-Collate
PORTVERSION= 0.99
CATEGORIES= textproc converters perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SADAHIRO
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Unicode Collation Algorithm
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>
|