aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ORBit/Makefile
blob: bf66118ceb49ed057d1cd742800c704051456d28 (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
31
32
# New ports collection makefile for:	p5-ORBit
# Date created:				11 March 2001
# Whom:					vanilla
#
# $FreeBSD$
#

PORTNAME=	ORBit
PORTVERSION=	0.4.3
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	CORBA
PKGNAMEPREFIX=	p5-
DISTNAME=	CORBA-ORBit-${PORTVERSION}

MAINTAINER=	vanilla@FreeBSD.org
COMMENT=	The perl binding for ORBit

BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Error.pm:${PORTSDIR}/lang/p5-Error
LIB_DEPENDS=	ORBit.2:${PORTSDIR}/devel/ORBit

PERL_CONFIGURE=	yes

MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=		CORBA::ORBit.3 \
		CORBA::ORBit::Fixed.3 \
		CORBA::ORBit::LongDouble.3 \
		CORBA::ORBit::LongLong.3 \
		CORBA::ORBit::ULongLong.3 \
		CORBA::ORBit::mapping.3

.include <bsd.port.mk>