diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-09-02 14:02:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-09-02 14:02:05 +0000 |
commit | 958ed52f8911aef3b670034e965b66e1fd7ba13e (patch) | |
tree | a325359c6115193489a0cfcfa33d37e78766b919 /converters/p5-Unicode-String/Makefile | |
parent | 3a5cf2c8c4e432f46482d8a71826cc19b1bdec6c (diff) |
Notes
Diffstat (limited to 'converters/p5-Unicode-String/Makefile')
-rw-r--r-- | converters/p5-Unicode-String/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index d4443d03fd2f..b379af06e0ff 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Unicode-String -PORTVERSION= 2.06 +PORTVERSION= 2.07 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Unicode @@ -15,11 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ilia@cgu.chel.su COMMENT= These are experimental Perl5 modules to handle various Unicode issues -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 PERL_CONFIGURE= yes MAN3= Unicode::CharName.3 Unicode::String.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> |