freebsd-ports/devel/p5-Inline/Makefile
Doug Barton 3986be6ce8 Add IS_INTERACTIVE to these ports [1]
While I'm here, fix RUN_DEPENDS:=	${BUILD_DEPENDS}
for devel/p5-Inline

PR:		ports/161312 [1]
PR:		ports/161321 [1]
PR:		ports/161322 [1]
Submitted by:	me [1]
Approved by:	perl@ [1]
2011-10-22 07:12:03 +00:00

31 lines
779 B
Makefile

# New ports collection makefile for: Inline
# Date created: 14 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Inline
PORTVERSION= 0.48
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SISYPHUS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Write Perl subroutines in other programming languages
BUILD_DEPENDS= p5-Parse-RecDescent>=1.8:${PORTSDIR}/devel/p5-Parse-RecDescent
RUN_DEPENDS:= ${BUILD_DEPENDS}
IS_INTERACTIVE= Asks about an optional component
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
PERL_CONFIGURE= yes
MAN3= Inline-API.3 Inline-FAQ.3 Inline-Support.3 Inline.3 \
Inline::C-Cookbook.3 Inline::C.3 \
Inline::C::ParseRecDescent.3 Inline::C::ParseRegExp.3
.include <bsd.port.mk>