head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.03.16.08.11.52;	author svnexp;	state Exp;
branches;
next	1.2;

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

1.1
date	2008.09.23.08.08.31;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314260
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Martin Wilke <miwi@@FreeBSD.org>
# $FreeBSD: head/security/pear-Crypt_XXTEA/Makefile 314260 2013-03-15 06:37:11Z miwi $

PORTNAME=	Crypt_XXTEA
PORTVERSION=	0.9.0
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PEAR XXTEA encryption algorithm

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

PEAR_AUTOINSTALL=	yes

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


1.2
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	pear-Crypt_XXTEA
# Date created:		2008-09-22
# Whom:			Martin Wilke <miwi@@FreeBSD.org>
#
# $FreeBSD: head/security/pear-Crypt_XXTEA/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d11 2
a12 2
BUILD_DEPENDS+=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS+=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
d14 1
a14 3
FILES=		Crypt/XXTEA.php
TESTS=		decrypt.phpt encrypt.phpt long2str.phpt setkey.phpt \
		str2long.phpt
@


1.1
log
@This package allows you to encrypt and decrypt strings or long integer arrays
with the XXTEA encryption algorithm, which is secure, fast and suitable for web
development.

WWW:	http://pear.php.net/package/Crypt_XXTEA
@
text
@d5 1
a5 1
# $FreeBSD$
@

