diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-19 07:28:16 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-19 07:28:16 +0000 |
commit | b0ff1f76e50b9c448f177c53770f4bab24eb4c47 (patch) | |
tree | d627fd80308418b70e17d81e33f063ad91a6c5e8 /misc/p5-I18N-Charset/Makefile | |
parent | f461c4a408788100e70c4a375d9903704de750ef (diff) | |
download | ports-b0ff1f76e50b9c448f177c53770f4bab24eb4c47.tar.gz ports-b0ff1f76e50b9c448f177c53770f4bab24eb4c47.zip |
Update to version 1.24.
PR: 52328
Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes:
svn path=/head/; revision=81347
Diffstat (limited to 'misc/p5-I18N-Charset/Makefile')
-rw-r--r-- | misc/p5-I18N-Charset/Makefile | 14 |
1 files changed, 9 insertions, 5 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> |