freebsd-ports/converters/p5-Unicode-MapUTF8/Makefile
2013-08-02 18:21:05 +00:00

27 lines
740 B
Makefile

# 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>