aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Unicode-Collate/Makefile
blob: 50016449c45ad88778ab45e37447d9a68ce2c44f (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=    1.04
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>