blob: d92b74c19791e6e473db63dc35083f76d4dfa9ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.13 2022/11/03 07:45:59 taca Exp $
DISTNAME= Crypt_GPG-1.6.7
PKGREVISION= 1
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Object oriented interface to GNU Privacy Guard
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=${PHP_VERSION}:../../converters/php-mbstring
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Console_CommandLine>=1.1.10:../../devel/pear-Console_CommandLine
REPLACE_PHP+= scripts/crypt-gpg-pinentry
.include "../../lang/php/replace.mk"
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
|