37 lines
879 B
Makefile
37 lines
879 B
Makefile
# New ports collection makefile for: Inline::CPP
|
|
# Date created: 14 Dec 2001
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Inline-CPP
|
|
PORTVERSION= 0.39
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Write Perl subroutines and classes in C++
|
|
|
|
LICENSE= ART10
|
|
|
|
BUILD_DEPENDS= p5-Inline>=0.50:${PORTSDIR}/devel/p5-Inline \
|
|
p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Inline::CPP.3 \
|
|
Inline::CPP::Config.3 \
|
|
Inline::CPP::grammar.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|