aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-String-Multibyte/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-11-16 01:31:47 +0800
committerijliao <ijliao@FreeBSD.org>2002-11-16 01:31:47 +0800
commitd3815905c9a6f6b5a71d1a9f7d29439aa1f032e3 (patch)
tree0316642d8e68075742b70aba41f30abb6850a6bf /converters/p5-String-Multibyte/Makefile
parentc3808a194c572b8cb5c88402302c82c4ed3043c1 (diff)
downloadfreebsd-ports-gnome-d3815905c9a6f6b5a71d1a9f7d29439aa1f032e3.tar.gz
freebsd-ports-gnome-d3815905c9a6f6b5a71d1a9f7d29439aa1f032e3.tar.zst
freebsd-ports-gnome-d3815905c9a6f6b5a71d1a9f7d29439aa1f032e3.zip
upgrade to 1.00
PR: 45278 Submitted by: maintainer
Diffstat (limited to 'converters/p5-String-Multibyte/Makefile')
-rw-r--r--converters/p5-String-Multibyte/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/converters/p5-String-Multibyte/Makefile b/converters/p5-String-Multibyte/Makefile
index 9fcb584dd552..6d29bf427803 100644
--- a/converters/p5-String-Multibyte/Makefile
+++ b/converters/p5-String-Multibyte/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= String-Multibyte
-PORTVERSION= 0.07
+PORTVERSION= 1.00
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
@@ -16,7 +16,15 @@ MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
-MAN3= String::Multibyte.3
+MAN3= String::Multibyte.3 \
+ String::Multibyte::Bytes.3 \
+ String::Multibyte::EUC.3 \
+ String::Multibyte::EUC_JP.3 \
+ String::Multibyte::ShiftJIS.3 \
+ String::Multibyte::UTF16BE.3 \
+ String::Multibyte::UTF16LE.3 \
+ String::Multibyte::UTF8.3 \
+ String::Multibyte::Unicode.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>