10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
|
config BR2_PACKAGE_PHP_GNUPG
|
||
|
bool "php-gnupg"
|
||
|
depends on BR2_PACKAGE_PHP
|
||
|
depends on BR2_USE_MMU # libassuan
|
||
|
select BR2_PACKAGE_LIBGPGME
|
||
|
help
|
||
|
PHP wrapper around the gpgme library.
|
||
|
|
||
|
http://pecl.php.net/package/gnupg
|