aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_GPG/Makefile
blob: 2574d048eb3785f119fcfb5227ff7d651ff0b3e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Martin Wilke <miwi@FreeBSD.org>

PORTNAME=	Crypt_GPG
PORTVERSION=	1.6.7
CATEGORIES=	security www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	GNU Privacy Guard (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>