1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/textproc/p5-Unicode-Collate/Makefile
Sunpoet Po-Chuan Hsieh 4fa0457ce6 - Update to 0.94
- Add LICENSE
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Unicode-Collate/Changes
Feature safe:	yes
2012-12-05 19:05:43 +00:00

30 lines
692 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Unicode-Collate
PORTVERSION= 0.94
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>