# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD: converters/p5-String-Multibyte/Makefile 324174 2013-08-02 18:52:07Z mat $

PORTNAME=	String-Multibyte
PORTVERSION=	1.10
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SADAHIRO
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module to manipulate multibyte character strings

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

MAN3=		String::Multibyte.3 \
		String::Multibyte::Big5.3 \
		String::Multibyte::Big5Plus.3 \
		String::Multibyte::Bytes.3 \
		String::Multibyte::EUC.3 \
		String::Multibyte::EUC_JP.3 \
		String::Multibyte::EUC_TW.3 \
		String::Multibyte::GB18030.3 \
		String::Multibyte::GBK.3 \
		String::Multibyte::Grapheme.3 \
		String::Multibyte::Johab.3 \
		String::Multibyte::ShiftJIS.3 \
		String::Multibyte::UHC.3 \
		String::Multibyte::UTF16BE.3 \
		String::Multibyte::UTF16LE.3 \
		String::Multibyte::UTF32BE.3 \
		String::Multibyte::UTF32LE.3 \
		String::Multibyte::UTF8.3 \
		String::Multibyte::Unicode.3

.include <bsd.port.mk>
