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:
parent
b0238f47b1
commit
ba0e4696e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277316
@ -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
|
||||
|
29
security/pear-Horde_Crypt/Makefile
Normal file
29
security/pear-Horde_Crypt/Makefile
Normal 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>
|
2
security/pear-Horde_Crypt/distinfo
Normal file
2
security/pear-Horde_Crypt/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Horde/Horde_Crypt-1.0.3.tgz) = 1bf0a812e86e1559b88b44a58091d45ab27b7536bd18d97e86b27438e0ff1250
|
||||
SIZE (Horde/Horde_Crypt-1.0.3.tgz) = 127188
|
4
security/pear-Horde_Crypt/pkg-descr
Normal file
4
security/pear-Horde_Crypt/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The Horde_Crypt package class provides an API for various cryptographic
|
||||
systems.
|
||||
|
||||
WWW: http://pear.horde.org
|
Loading…
Reference in New Issue
Block a user