head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2013.01.10.10.41.48;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.12.12.14.49.43;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310174
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310174 | mm | 2013-01-10 10:34:08 +0000 (Thu, 10 Jan 2013) | 28 lines
## SVN ##
## SVN ## Horde maintenance update to following new versions:
## SVN ##
## SVN ## devel/pear-Horde_Alarm 2.0.3
## SVN ## devel/pear-Horde_Argv 2.0.3
## SVN ## security/pear-Horde_Auth 2.0.2
## SVN ## www/pear-Horde_Browser 2.0.3
## SVN ## devel/pear-Horde_Cli 2.0.2
## SVN ## archivers/pear-Horde_Compress 2.0.2
## SVN ## devel/pear-Horde_Core 2.1.5
## SVN ## security/pear-Horde_Crypt 2.1.1
## SVN ## security/pear-Horde_Crypt_Blowfish 1.0.2
## SVN ## devel/pear-Horde_Data 2.0.2
## SVN ## devel/pear-Horde_Date 2.0.2
## SVN ## devel/pear-Horde_Exception 2.0.2
## SVN ## www/pear-Horde_Form 2.0.2
## SVN ## devel/pear-Horde_Icalendar 2.0.2
## SVN ## graphics/pear-Horde_Image 2.0.2
## SVN ## devel/pear-Horde_Itip 2.0.2
## SVN ## textproc/pear-Horde_Kolab_Format 2.0.2
## SVN ## devel/pear-Horde_LoginTasks 2.0.2
## SVN ## mail/pear-Horde_Mime_Viewer 2.0.2
## SVN ## devel/pear-Horde_Nls 2.0.2
## SVN ## textproc/pear-Horde_Pdf 2.0.2
## SVN ## security/pear-Horde_Perms 2.0.2
## SVN ## devel/pear-Horde_Prefs 2.1.0
## SVN ## www/pear-Horde_Routes 2.0.2
## SVN ## devel/pear-Horde_Util 2.0.3
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Ports collection makefile for:  pear-Horde_Crypt
# Date created:			  12 December 2012
# Whom:				  Martin Matuska <mm@@FreeBSD.org>
#
# $FreeBSD: head/security/pear-Horde_Crypt_Blowfish/Makefile 310174 2013-01-10 10:34:08Z mm $
#

PORTNAME=	Horde_Crypt_Blowfish
PORTVERSION=	1.0.2
CATEGORIES=	security www pear
PKGNAMEPREFIX=	pear-

MAINTAINER=	horde@@FreeBSD.org
COMMENT=	Horde blowfish encryption for PHP string data

USE_HORDE_RUN=	Horde_Exception \
		Horde_Support

OPTIONS_DEFINE=	MHASH OPENSSL
MHASH_DESC=	Depend on mhash PHP extension
OPENSSL_DESC=	Depend on OpenSSL PHP extension

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MMHASH}
USE_PHP+=	mhash
.endif

.if ${PORT_OPTIONS:MOPENSSL}
USE_PHP+=	openssl
.endif

.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308766
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308766 | mm | 2012-12-12 14:47:15 +0000 (Wed, 12 Dec 2012) | 5 lines
## SVN ##
## SVN ## Horde Blowfish Encryption Library
## SVN ## Provides blowfish encryption/decryption for PHP string data.
## SVN ##
## SVN ## WWW: http://pear.horde.org
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d5 1
a5 1
# $FreeBSD: head/security/pear-Horde_Crypt_Blowfish/Makefile 308766 2012-12-12 14:47:15Z mm $
d9 1
a9 1
PORTVERSION=	1.0.1
@

