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

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

MAINTAINER= ilia@cgu.chel.su

BUILD_DEPENDS=  ${SITE_PERL}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String

SITE_PERL=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
PERL_CONFIGURE= yes

MAN1=       umap.1
MAN3=       Unicode::Map8.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>