1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

The Horde_Crypt package class provides an API for various cryptographic

systems.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2011-07-07 21:09:07 +00:00
parent b0238f47b1
commit ba0e4696e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277316
4 changed files with 36 additions and 0 deletions

View File

@ -606,6 +606,7 @@
SUBDIR += pear-File_SMBPasswd
SUBDIR += pear-HTML_Crypt
SUBDIR += pear-Horde_Auth
SUBDIR += pear-Horde_Crypt
SUBDIR += pear-Horde_Group
SUBDIR += pear-Horde_Perms
SUBDIR += pear-Horde_Secret

View File

@ -0,0 +1,29 @@
# Ports collection makefile for: pear-Horde_Crypt
# Date created: 7 July 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Horde_Crypt
PORTVERSION= 1.0.3
CATEGORIES= security www pear
PKGNAMEPREFIX= pear-
MAINTAINER= mm@FreeBSD.org
COMMENT= Horde Cryptography API
OPTIONS= BCMATH "Depend on bcmath PHP extension" Off
USE_HORDE_RUN= Horde_Exception Horde_Mime Horde_Stream_Filter \
Horde_Translation Horde_Util
USE_PHP= hash openssl
.include <bsd.port.pre.mk>
.if defined(WITH_BCMATH)
USE_PHP+= bcmath
.endif
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Crypt-1.0.3.tgz) = 1bf0a812e86e1559b88b44a58091d45ab27b7536bd18d97e86b27438e0ff1250
SIZE (Horde/Horde_Crypt-1.0.3.tgz) = 127188

View File

@ -0,0 +1,4 @@
The Horde_Crypt package class provides an API for various cryptographic
systems.
WWW: http://pear.horde.org