mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
38 lines
761 B
Makefile
38 lines
761 B
Makefile
# New ports collection makefile for: p5-ORBit
|
|
# Date created: 11 March 2001
|
|
# Whom: vanilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ORBit
|
|
PORTVERSION= 0.4.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= CORBA-ORBit-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The perl binding for ORBit
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error
|
|
LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
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.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 700042
|
|
BROKEN= Does not compile with GCC 4.2
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|