freebsd-ports/textproc/p5-Unicode-Collate/Makefile
2013-06-22 03:22:45 +00:00

29 lines
692 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Unicode-Collate
PORTVERSION= 0.98
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
PERL_CONFIGURE= yes
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
.include <bsd.port.mk>