summaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-MapUTF8/Makefile
blob: 22ef9d9b41c27c67c3c0b03e912defac59698313 (plain) (blame)
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
# Created by: Ryan T. Dean <rtdean@cytherianage.net>

PORTNAME=	Unicode-MapUTF8
PORTVERSION=	1.14
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl class that implements conversion between arbitrary charsets

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	ja-p5-Jcode>=0:japanese/p5-Jcode \
		p5-Unicode-Map>=0:converters/p5-Unicode-Map \
		p5-Unicode-Map8>=0:converters/p5-Unicode-Map8 \
		p5-Unicode-String>=0:converters/p5-Unicode-String

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>