aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-I18N-Charset
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-05-19 07:28:16 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-05-19 07:28:16 +0000
commitb0ff1f76e50b9c448f177c53770f4bab24eb4c47 (patch)
treed627fd80308418b70e17d81e33f063ad91a6c5e8 /misc/p5-I18N-Charset
parentf461c4a408788100e70c4a375d9903704de750ef (diff)
downloadports-b0ff1f76e50b9c448f177c53770f4bab24eb4c47.tar.gz
ports-b0ff1f76e50b9c448f177c53770f4bab24eb4c47.zip
Notes
Diffstat (limited to 'misc/p5-I18N-Charset')
-rw-r--r--misc/p5-I18N-Charset/Makefile14
-rw-r--r--misc/p5-I18N-Charset/distinfo2
-rw-r--r--misc/p5-I18N-Charset/pkg-descr2
-rw-r--r--misc/p5-I18N-Charset/pkg-plist10
4 files changed, 17 insertions, 11 deletions
diff --git a/misc/p5-I18N-Charset/Makefile b/misc/p5-I18N-Charset/Makefile
index 97fdda621c3a..3a112f77fdf0 100644
--- a/misc/p5-I18N-Charset/Makefile
+++ b/misc/p5-I18N-Charset/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= I18N-Charset
-PORTVERSION= 1.23
+PORTVERSION= 1.24
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= I18N
@@ -15,13 +15,17 @@ PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= Module which maps CharSet names to the names registered with IANA
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which
+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
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= I18N::Charset.3
+post-patch:
+ @${PERL} -pi -e 's#.$$##g' ${WRKSRC}/lib/I18N/Charset.pm
+
.include <bsd.port.mk>
diff --git a/misc/p5-I18N-Charset/distinfo b/misc/p5-I18N-Charset/distinfo
index bbfa1f7baa70..f7c75d43cb10 100644
--- a/misc/p5-I18N-Charset/distinfo
+++ b/misc/p5-I18N-Charset/distinfo
@@ -1 +1 @@
-MD5 (I18N-Charset-1.23.tar.gz) = 63e91fbe5564092ccc5542701ba530c2
+MD5 (I18N-Charset-1.24.tar.gz) = 4e370038e7b025df89e5e673de23e3ff
diff --git a/misc/p5-I18N-Charset/pkg-descr b/misc/p5-I18N-Charset/pkg-descr
index 59f7ef3a8c99..fa8ddac68fad 100644
--- a/misc/p5-I18N-Charset/pkg-descr
+++ b/misc/p5-I18N-Charset/pkg-descr
@@ -7,5 +7,7 @@ It also maps character set names to Unicode::Map8 conversion scheme
names (if Unicode::Map8 is installed). For example, the Unicode::Map8
scheme name for 'windows-1251' is 'cp1251'.
+WWW: http://search.cpan.org/dist/I18N-Charset/
+
--dima
dima@Chg.RU
diff --git a/misc/p5-I18N-Charset/pkg-plist b/misc/p5-I18N-Charset/pkg-plist
index 579e484718e8..575343d35b80 100644
--- a/misc/p5-I18N-Charset/pkg-plist
+++ b/misc/p5-I18N-Charset/pkg-plist
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/I18N/Charset.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/I18N 2>/dev/null || true
+%%SITE_PERL%%/I18N/Charset.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/Charset
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/I18N 2>/dev/null || true