diff options
author | lbr <lbr@FreeBSD.org> | 2012-01-09 23:29:20 +0800 |
---|---|---|
committer | lbr <lbr@FreeBSD.org> | 2012-01-09 23:29:20 +0800 |
commit | 295c770ce3466ae64306be826d9fa43ea2433435 (patch) | |
tree | e74b061439719bd2404cd9f2bddcad6b1c007740 /security | |
parent | dcb2969f755db12efff57003cdfdcf400a43c807 (diff) | |
download | freebsd-ports-gnome-295c770ce3466ae64306be826d9fa43ea2433435.tar.gz freebsd-ports-gnome-295c770ce3466ae64306be826d9fa43ea2433435.tar.zst freebsd-ports-gnome-295c770ce3466ae64306be826d9fa43ea2433435.zip |
The port asks the user a question. Tools like portmaster need to
know this so that they can inform the user.
PR: 162072
Submitted by: Doug Barton <dougb@freebsd.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Module-Signature/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 05f4591276d3..30d3c177a283 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist \ ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg1 +IS_INTERACTIVE= Asks whether to import PAUSE and other PGP keys + PERL_CONFIGURE= yes MAN1= cpansign.1 |