aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-String-Multibyte/Makefile
blob: 6d29bf4278037343161b7f4bbacce54401e4ebd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    String::Multibyte
# Date created:             25 Jan 2002
# Whom:                 Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#

PORTNAME=   String-Multibyte
PORTVERSION=    1.00
CATEGORIES= converters perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX=  p5-

MAINTAINER= svenasse@polaris.ca

PERL_CONFIGURE= yes

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>