aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Unicode-String/Makefile
blob: 54ee6c5106954ac7d1dd3bd97656ffaacbe766d0 (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
# New ports collection makefile for:    p5-Unicode-String
# Date created:             10th September 2000
# Whom:                 Ilia Chipitsine <ilia@jane.cgu.chel.su>
#
# $FreeBSD$
#

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

MAINTAINER= ilia@cgu.chel.su

BUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64

USE_PERL5=  yes

MAN3=       Unicode::CharName.3 Unicode::String.3

MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

do-configure:
        @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL

.include <bsd.port.mk>