aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Unicode-MapUTF8/Makefile
blob: 4f10a0e656d0cafb21184fcfe78fd3f4988b1366 (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
27
# New ports collection makefile for:    p5-Unicode-MapUTF8
# Date created:             28 February 2002
# Whom:                 Ryan T. Dean <rtdean@cytherianage.net>
#
# $FreeBSD$

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

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

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

USES=       perl5
USE_PERL5=  configure

MAN3=       Unicode::MapUTF8.3

.include <bsd.port.mk>