From 1dde355ed91ea8e9d2e1656a8903b88719a29152 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 1 May 2001 17:59:32 +0000 Subject: php4-mcrypt - PHP4 extension for the mcrypt crypto algorithms library. Package provided by Stephen Borrill in pkg/12722. --- www/php4-mcrypt/Makefile | 15 +++++++++++++++ www/php4-mcrypt/pkg/DESCR | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 www/php4-mcrypt/Makefile create mode 100644 www/php4-mcrypt/pkg/DESCR (limited to 'www') diff --git a/www/php4-mcrypt/Makefile b/www/php4-mcrypt/Makefile new file mode 100644 index 00000000000..19012ac1fa7 --- /dev/null +++ b/www/php4-mcrypt/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/01 17:59:32 jlam Exp $ + +.include "../../www/php4/Makefile.module" + +MODNAME= mcrypt +CATEGORIES+= security + +COMMENT= PHP4 extension for the mcrypt crypto algorithms library + +DEPENDS+= libmcrypt>=2.2:../../security/libmcrypt + +EVAL_PREFIX+= MCRYPTDIR=libmcrypt +CONFIGURE_ARGS+= --with-${MODNAME}=shared,${MCRYPTDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/www/php4-mcrypt/pkg/DESCR b/www/php4-mcrypt/pkg/DESCR new file mode 100644 index 00000000000..62e6755af5e --- /dev/null +++ b/www/php4-mcrypt/pkg/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides PHP4 access to the mcrypt crypto algorithms library. -- cgit v1.2.3