2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2008-01-14 12:44:14 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt_GPG
|
2011-11-06 15:51:41 +01:00
|
|
|
PORTVERSION= 1.3.2
|
2008-01-14 12:44:14 +01:00
|
|
|
CATEGORIES= security www pear
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= GNU Privacy Guard (GPG)
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
|
2011-11-06 15:51:41 +01:00
|
|
|
USE_PHP= posix
|
|
|
|
PEAR_AUTOINSTALL=yes
|
2008-01-14 12:44:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|