2000-01-29 04:01:23 +01:00
|
|
|
# New ports collection makefile for: p5-I18N-Charset
|
|
|
|
# Date created: 26 December 1999
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= I18N-Charset
|
2003-05-19 09:28:16 +02:00
|
|
|
PORTVERSION= 1.24
|
2000-01-29 04:01:23 +01:00
|
|
|
CATEGORIES= misc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= I18N
|
2000-04-14 10:49:30 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2000-01-29 04:01:23 +01:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Module which maps CharSet names to the names registered with IANA
|
2000-01-29 04:01:23 +01:00
|
|
|
|
2003-05-19 09:28:16 +02:00
|
|
|
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}
|
2002-12-28 13:04:46 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2000-01-29 04:01:23 +01:00
|
|
|
|
|
|
|
MAN3= I18N::Charset.3
|
|
|
|
|
2003-05-19 09:28:16 +02:00
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's#.$$##g' ${WRKSRC}/lib/I18N/Charset.pm
|
|
|
|
|
2000-01-29 04:01:23 +01:00
|
|
|
.include <bsd.port.mk>
|