pkgsrc/security/pear-Crypt_GPG/Makefile
taca e92875fc90 security/pear-Crypt_GPG: update to 1.6.6
1.6.6 (2021-09-05)

* Fix possible infinite loop.
* Use configured debug handler also in CLI.
* Support generating keys without a user name.
2021-09-06 15:08:44 +00:00

19 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.10 2021/09/06 15:08:44 taca Exp $
DISTNAME= Crypt_GPG-1.6.6
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Object oriented interface to GNU Privacy Guard
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Console_CommandLine>=1.1.10:../../devel/pear-Console_CommandLine
# maybe resides in lang/php/phpversion.mk
REPLACE_INTERPRETER+= php
REPLACE.php.old= .*php[^ ]*
REPLACE.php.new= ${PREFIX}/bin/php
REPLACE_FILES.php= scripts/crypt-gpg-pinentry
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"