Changes: https://pear.php.net/package/Crypt_GPG/download/ https://github.com/pear/Crypt_GPG/commits/master
22 lines
478 B
Makefile
22 lines
478 B
Makefile
PORTNAME= Crypt_GPG
|
|
PORTVERSION= 1.6.11
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= GNU Privacy Guard (GPG)
|
|
WWW= https://pear.php.net/package/Crypt_GPG
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_CommandLine>=1.1.10:devel/pear-Console_CommandLine@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
USE_PHP= mbstring posix
|
|
|
|
NO_ARCH= yes
|
|
|
|
CONFLICTS_INSTALL= php*-pear-Crypt_GPG # bin/crypt-gpg-pinentry
|
|
|
|
.include <bsd.port.mk>
|