summaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-Map8/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-09-02 13:40:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-09-02 13:40:29 +0000
commitdd2d9baec93fa73997412084b638eaff8cff2ce9 (patch)
treed83a02cc2c540f777437d1edcb8a3a2610e56625 /converters/p5-Unicode-Map8/Makefile
parentUtilize pkg-plist by using %%DOCSDIR%%. No changes in packages. (diff)
Update to 0.12
Shorten COMMENT use SITE_PERL and %%SITE_PERL%% Add WWW PR: 51567 Submitted by: me Approved by: maintainer timeout (+2 months)
Notes
Notes: svn path=/head/; revision=88348
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>