# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD: head/security/pear-Crypt_GPG/Makefile 412349 2016-04-01 14:25:16Z mat $

PORTNAME=	Crypt_GPG
PORTVERSION=	1.4.0
CATEGORIES=	security www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	GNU Privacy Guard (GPG)

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	pear-Console_CommandLine>=1.1.10:devel/pear-Console_CommandLine
RUN_DEPENDS:=	${BUILD_DEPENDS}

NO_ARCH=	yes
USES=		pear
USE_PHP=	mbstring posix

.include <bsd.port.mk>