Changelog: This release fixes following bugs: * Fix Bug #21121: Searching for keys with pattern containing non-ascii characters. * Fix Bug #21119: Parsing of user identifier without name. * Added POSIX method to isRunning() consistent with terminate().
18 lines
541 B
Makefile
18 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/10/09 12:30:30 taca Exp $
|
|
|
|
DISTNAME= Crypt_GPG-1.4.3
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Object oriented interface to GNU Privacy Guard
|
|
|
|
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"
|