diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-14 11:44:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-14 11:44:14 +0000 |
commit | 5fb365223985a9124ae1b19de0c71a49a79c81d0 (patch) | |
tree | b6e46d725c824062b12a6b0e525f1684e3a4bb16 /security/pear-Crypt_GPG | |
parent | 1a46e59ef178efa1c9516b513f28c75999978d8d (diff) | |
download | ports-5fb365223985a9124ae1b19de0c71a49a79c81d0.tar.gz ports-5fb365223985a9124ae1b19de0c71a49a79c81d0.zip |
Notes
Diffstat (limited to 'security/pear-Crypt_GPG')
-rw-r--r-- | security/pear-Crypt_GPG/Makefile | 25 | ||||
-rw-r--r-- | security/pear-Crypt_GPG/distinfo | 3 | ||||
-rw-r--r-- | security/pear-Crypt_GPG/pkg-descr | 7 |
3 files changed, 35 insertions, 0 deletions
diff --git a/security/pear-Crypt_GPG/Makefile b/security/pear-Crypt_GPG/Makefile new file mode 100644 index 000000000000..ee31bb6c03e3 --- /dev/null +++ b/security/pear-Crypt_GPG/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: pear-Crypt_GPG +# Date created: 14 Jan 2008 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Crypt_GPG +PORTVERSION= 0.3.10 +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 + +CATEGORY= Crypt +FILES= GPG.php GPG/Exceptions.php GPG/Key.php \ + GPG/Signature.php GPG/Driver/Php.php +TESTS= PhpDriver.php test.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/security/pear-Crypt_GPG/distinfo b/security/pear-Crypt_GPG/distinfo new file mode 100644 index 000000000000..b178f86cc8f5 --- /dev/null +++ b/security/pear-Crypt_GPG/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Crypt_GPG-0.3.10.tgz) = eab7107a1bdcab7b3884c62a3dc0d386 +SHA256 (PEAR/Crypt_GPG-0.3.10.tgz) = d74e687527f07436f18d8a7f174def18c7ba7f7efff8320e63b8c49836e8e875 +SIZE (PEAR/Crypt_GPG-0.3.10.tgz) = 39395 diff --git a/security/pear-Crypt_GPG/pkg-descr b/security/pear-Crypt_GPG/pkg-descr new file mode 100644 index 000000000000..fe4486c3921b --- /dev/null +++ b/security/pear-Crypt_GPG/pkg-descr @@ -0,0 +1,7 @@ +This package provides an object oriented interface to GNU Privacy +Guard (GPG). It requires the GPG executable to be on the system. + +Though GPG can support symmetric-key cryptography, this package is intended +only to facilitate public-key cryptography. + +WWW: http://pear.php.net/package/Crypt_GPG/ |