View | Details | Raw Unified | Return to bug 52328
Collapse All | Expand All

(-)Makefile (-5 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	I18N-Charset
8
PORTNAME=	I18N-Charset
9
PORTVERSION=	1.23
9
PORTVERSION=	1.24
10
CATEGORIES=	misc perl5
10
CATEGORIES=	misc perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	I18N
12
MASTER_SITE_SUBDIR=	I18N
Lines 15-27 Link Here
15
MAINTAINER=	demon@FreeBSD.org
15
MAINTAINER=	demon@FreeBSD.org
16
COMMENT=	Module which maps CharSet names to the names registered with IANA
16
COMMENT=	Module which maps CharSet names to the names registered with IANA
17
17
18
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
18
BUILD_DEPENDS=	${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
19
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
19
		${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
20
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which
20
		${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which \
21
		${SITE_PERL}/Unicode/MapUTF8.pm:${PORTSDIR}/converters/p5-Unicode-MapUTF8
21
22
22
PERL_CONFIGURE=	YES
23
PERL_CONFIGURE=	YES
23
24
24
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
25
MAN3=		I18N::Charset.3
25
MAN3=		I18N::Charset.3
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (I18N-Charset-1.23.tar.gz) = 63e91fbe5564092ccc5542701ba530c2
1
MD5 (I18N-Charset-1.24.tar.gz) = 4e370038e7b025df89e5e673de23e3ff
(-)pkg-descr (+2 lines)
Lines 7-11 Link Here
7
names (if Unicode::Map8 is installed).  For example, the Unicode::Map8
7
names (if Unicode::Map8 is installed).  For example, the Unicode::Map8
8
scheme name for 'windows-1251' is 'cp1251'.
8
scheme name for 'windows-1251' is 'cp1251'.
9
9
10
WWW: http://search.cpan.org/dist/I18N-Charset/
11
10
--dima
12
--dima
11
dima@Chg.RU
13
dima@Chg.RU
(-)pkg-plist (-5 / +5 lines)
Lines 1-5 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/I18N/Charset.pm
1
%%SITE_PERL%%/I18N/Charset.pm
2
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N 2>/dev/null || true
4
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N 2>/dev/null || true
5
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/I18N 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/I18N 2>/dev/null || true

Return to bug 52328