pkgsrc/security/pear-Crypt_GPG/Makefile
taca e265c7e460 security/pear-Crypt_GPG: update to 1.6.3
1.6.3				Release date: 2018-06-04 01:59 UTC

Changelog:

* Exclude tools/ and package.php from a composer archive.
* Make possible to get a list of GnuPG warnings collected on last operation.
* Fix Bug #21242: PHPUnit tests fail sometimes while deleting
  S.gpg-agent.extra.
* Fix mode argument type in docblock.
2018-06-18 15:06:10 +00:00

19 lines
564 B
Makefile

# $NetBSD: Makefile,v 1.7 2018/06/18 15:06:10 taca Exp $
DISTNAME= Crypt_GPG-1.6.3
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"