freebsd-ports/misc/p5-I18N-Charset/Makefile
Dmitry Sivachenko b0ff1f76e5 Update to version 1.24.
PR:		52328
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-05-19 07:28:16 +00:00

32 lines
865 B
Makefile

# New ports collection makefile for: p5-I18N-Charset
# Date created: 26 December 1999
# Whom: Dmitry Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#
PORTNAME= I18N-Charset
PORTVERSION= 1.24
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= I18N
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Module which maps CharSet names to the names registered with IANA
BUILD_DEPENDS= ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8 \
${SITE_PERL}/App/Info/Lib/Iconv.pm:${PORTSDIR}/devel/p5-App-Info
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= I18N::Charset.3
post-patch:
@${PERL} -pi -e 's#.$$##g' ${WRKSRC}/lib/I18N/Charset.pm
.include <bsd.port.mk>