summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-01 17:59:32 +0000
committerjlam <jlam>2001-05-01 17:59:32 +0000
commit9c6176ce95688198821806c07029c7f914d7d29c (patch)
tree4ea3285bf828a4fb3891e5d288ec4c3f6253ebf4 /www
parentb8d3e0829f33ecbf507e3690a1e0cd5f4116173f (diff)
downloadpkgsrc-9c6176ce95688198821806c07029c7f914d7d29c.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/Makefile15
-rw-r--r--www/php4-mcrypt/pkg/DESCR2
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.