diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-01 17:59:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-01 17:59:32 +0000 |
commit | 1dde355ed91ea8e9d2e1656a8903b88719a29152 (patch) | |
tree | 4ea3285bf828a4fb3891e5d288ec4c3f6253ebf4 /www | |
parent | d28621d5b88da8bb7a754a2a76b768b0d2f4586a (diff) | |
download | pkgsrc-1dde355ed91ea8e9d2e1656a8903b88719a29152.tar.gz |
php4-mcrypt - PHP4 extension for the mcrypt crypto algorithms library.
Package provided by Stephen Borrill <sborrill@precedence.co.uk> in
pkg/12722.
Diffstat (limited to 'www')
-rw-r--r-- | www/php4-mcrypt/Makefile | 15 | ||||
-rw-r--r-- | www/php4-mcrypt/pkg/DESCR | 2 |
2 files changed, 17 insertions, 0 deletions
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. |