- Make this non-INTERACTIVE by patching out the prompt unconditionally

This commit is contained in:
Steve Wills 2012-02-28 21:15:54 +00:00
parent 6d66c2b1e2
commit 1a6c65953f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292395
2 changed files with 0 additions and 6 deletions

View file

@ -17,14 +17,8 @@ COMMENT= Allows you to create a global password file for DB passwords
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
IS_INTERACTIVE= Asks about the name of the virtual user
PERL_CONFIGURE= yes
MAN3= DBIx::Password.3
.if defined(BATCH)
EXTRA_PATCHES+= ${FILESDIR}/batch.patch
.endif
.include <bsd.port.mk>