freebsd-ports/converters/p5-String-Multibyte/Makefile
Erwin Lansing e6849495a7 Update to 1.05
PR:		53689
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	maintainer timeout (> 1 month)
2003-08-04 21:09:01 +00:00

40 lines
1 KiB
Makefile

# New ports collection makefile for: String::Multibyte
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= String-Multibyte
PORTVERSION= 1.05
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
COMMENT= Perl module to manipulate multibyte character strings
PERL_CONFIGURE= yes
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>