summaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-Collate/Makefile
blob: bebeaa35a88643315e013aff697b8b086dd20f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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

MAN3=		Unicode::Collate.3 \
		Unicode::Collate::CJK::Big5.3 \
		Unicode::Collate::CJK::GB2312.3 \
		Unicode::Collate::CJK::JISX0208.3 \
		Unicode::Collate::CJK::Korean.3 \
		Unicode::Collate::CJK::Pinyin.3 \
		Unicode::Collate::CJK::Stroke.3 \
		Unicode::Collate::CJK::Zhuyin.3 \
		Unicode::Collate::Locale.3

NO_STAGE=	yes
.include <bsd.port.mk>