aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-I18N-Charset/Makefile
blob: 22d0fd21fd2ef7f1f7a11aaef4c3320e918b8f89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Dmitry Sivachenko <dima@Chg.RU>

PORTNAME=	I18N-Charset
PORTVERSION=	1.39.4
PORTREVISION=	1
CATEGORIES=	misc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Module which maps CharSet names to the names registered with IANA

BUILD_DEPENDS=	p5-IO-Capture>=0:devel/p5-IO-Capture
RUN_DEPENDS=	p5-IO-String>=0:devel/p5-IO-String \
		p5-Unicode-MapUTF8>=0:converters/p5-Unicode-MapUTF8

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>