08ac43609d
pkgsrc change: Add LICENSE. 1.16.2 2017-09-03 04:01 UTC Changelog: Added options to configure digest/cipher algorithms.
19 lines
556 B
Makefile
19 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/09/05 15:00:03 taca Exp $
|
|
|
|
DISTNAME= Crypt_GPG-1.6.2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Object oriented interface to GNU Privacy Guard
|
|
LICENSE= lgpl2
|
|
|
|
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"
|