b1fff70b91
pear-Crypt_GPG depends on converters/php-mbstring. Bump PKGREVISION.
21 lines
663 B
Makefile
21 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.12 2022/07/30 14:50:01 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
|
|
|
|
# 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"
|