c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
28 lines
818 B
Makefile
28 lines
818 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= ${SITE_PERL}/${PERL_ARCH}/Unicode/Map.pm:${PORTSDIR}/converters/p5-Unicode-Map \
|
|
${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
|
|
${SITE_PERL}/${PERL_ARCH}/Unicode/Map8.pm:${PORTSDIR}/converters/p5-Unicode-Map8 \
|
|
${JCODE}:${PORTSDIR}/japanese/p5-Jcode
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Unicode::MapUTF8.3
|
|
|
|
JCODE= ${SITE_PERL}/Jcode.pm
|
|
|
|
.include <bsd.port.mk>
|