summaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-Map8/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-09-20 19:04:41 +0000
committerWill Andrews <will@FreeBSD.org>2000-09-20 19:04:41 +0000
commit008b813d20f8c1c16cab8863cc973b4c1c504e2a (patch)
tree41441dd36a604a33ff673480e70a2af217bbc66f /converters/p5-Unicode-Map8/Makefile
parentAdd p5-Math-Logic 1.19, a perl module providing pure 2, 3 or multi-value (diff)
Add p5-Unicode-Map8 0.10, a perl module that implements a class which does
efficient table mappings between 8-bit charsets and 16-bit charsets like Unicode. PR: 21425 Submitted by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
Notes
Notes: svn path=/head/; revision=32905
Diffstat (limited to 'converters/p5-Unicode-Map8/Makefile')
-rw-r--r--converters/p5-Unicode-Map8/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile
new file mode 100644
index 000000000000..ff9c9864f14d
--- /dev/null
+++ b/converters/p5-Unicode-Map8/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-Unicode-Map8
+# Date created: 20 September 2000
+# Whom: Ilia Chipitsine <ilia@jane.cgu.chel.su>
+#
+# $FreeBSD$
+
+PORTNAME= Unicode-Map8
+PORTVERSION= 0.10
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Unicode
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ilia@cgu.chel.su
+
+BUILD_DEPENDS= ${SITE_PERL}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
+USE_PERL5= yes
+MAN3= Unicode::Map8.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
+ CC="${CC}" CCFLAGS="${CFLAGS}"
+
+.include <bsd.port.mk>