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]
This commit is contained in:
parent
988eed7530
commit
3986be6ce8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284089
3 changed files with 7 additions and 1 deletions
|
@ -16,7 +16,9 @@ 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}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
IS_INTERACTIVE= Asks about an optional component
|
||||
|
||||
TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
|
||||
|
|
|
@ -26,6 +26,8 @@ RUN_DEPENDS= ${SITE_PERL}/Config/General.pm:${PORTSDIR}/devel/p5-Config-General
|
|||
p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-HTTP-Server-Simple>0.27:${PORTSDIR}/www/p5-HTTP-Server-Simple
|
||||
|
||||
IS_INTERACTIVE= Asks about installing optional components
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN1= bigtop.1 \
|
||||
|
|
|
@ -50,6 +50,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
|||
p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-Template-Plugin-HTML-SuperForm>0:${PORTSDIR}/textproc/p5-Template-Plugin-HTML-SuperForm
|
||||
|
||||
IS_INTERACTIVE= Asks about installation paths
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
WWWDIR= ${PREFIX}/www/${PORTNAME:L}
|
||||
|
|
Loading…
Reference in a new issue