freebsd-ports/converters/p5-String-Multibyte/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

39 lines
1,004 B
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= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
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>