summaryrefslogtreecommitdiff
path: root/www/php4-mcrypt
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-01 17:59:32 +0000
committerjlam <jlam>2001-05-01 17:59:32 +0000
commit9e655ba6286e3c2be1a2ae0c4be74212db7d10ee (patch)
tree4ea3285bf828a4fb3891e5d288ec4c3f6253ebf4 /www/php4-mcrypt
parent9699cee4feb87aed4ba99b729c10eec9a27b231b (diff)
downloadpkgsrc-9e655ba6286e3c2be1a2ae0c4be74212db7d10ee.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/php4-mcrypt')
-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.