freebsd-ports/security/pear-Crypt_XXTEA/Makefile
Martin Wilke 785015f0b9 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
2008-09-23 08:08:31 +00:00

24 lines
605 B
Makefile

# New ports collection makefile for: pear-Crypt_XXTEA
# Date created: 2008-09-22
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
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
FILES= Crypt/XXTEA.php
TESTS= decrypt.phpt encrypt.phpt long2str.phpt setkey.phpt \
str2long.phpt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>