freebsd-ports/converters/p5-String-Multibyte/Makefile

40 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: String::Multibyte
# Date created: 25 Jan 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= String-Multibyte
PORTVERSION= 1.03
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
2003-02-21 12:08:38 +01:00
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::UTF8.3 \
String::Multibyte::Unicode.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>