summaryrefslogtreecommitdiff
path: root/security/pear-Crypt_GPG/Makefile
blob: 19866fd9bd7b35b58e2958c1ad6cce6017191582 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	Crypt_GPG
PORTVERSION=	1.6.9
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>