summaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-Map8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-Unicode-Map8/Makefile')
-rw-r--r--converters/p5-Unicode-Map8/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile
index 989307d8c6ca..9a41edbc9dc4 100644
--- a/converters/p5-Unicode-Map8/Makefile
+++ b/converters/p5-Unicode-Map8/Makefile
@@ -5,22 +5,20 @@
# $FreeBSD$
PORTNAME= Unicode-Map8
-PORTVERSION= 0.10
+PORTVERSION= 0.12
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Unicode
PKGNAMEPREFIX= p5-
MAINTAINER= ilia@cgu.chel.su
-COMMENT= Perl class that implement efficient mapping tables between 8-bit charsets and Unicode
+COMMENT= Mapping table between 8-bit chars and Unicode
-BUILD_DEPENDS= ${SITE_PERL}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String
-SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
PERL_CONFIGURE= yes
MAN1= umap.1
MAN3= Unicode::Map8.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>