freebsd-ports/converters/p5-Unicode-MapUTF8/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

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>