summaryrefslogtreecommitdiff
path: root/security/php4-openssl
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2003-09-01 16:37:36 +0000
committerjdolecek <jdolecek@pkgsrc.org>2003-09-01 16:37:36 +0000
commit3e36c2b137ba903c9360986486d69043bccb858c (patch)
treef8d8ddebe56c8c28205799a3880935882bbbf625 /security/php4-openssl
parent393e228522a75ba721ce9d8814561e8801d80e4f (diff)
downloadpkgsrc-3e36c2b137ba903c9360986486d69043bccb858c.tar.gz
add PHP4 OpenSSL extension module
adresses openssl part of PR pkg/22654 by Adrian Portelli
Diffstat (limited to 'security/php4-openssl')
-rw-r--r--security/php4-openssl/DESCR2
-rw-r--r--security/php4-openssl/Makefile15
2 files changed, 17 insertions, 0 deletions
diff --git a/security/php4-openssl/DESCR b/security/php4-openssl/DESCR
new file mode 100644
index 00000000000..79e9cf3a038
--- /dev/null
+++ b/security/php4-openssl/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides PHP4 access to the OpenSSL library.
diff --git a/security/php4-openssl/Makefile b/security/php4-openssl/Makefile
new file mode 100644
index 00000000000..2766d1267a2
--- /dev/null
+++ b/security/php4-openssl/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/01 16:37:36 jdolecek Exp $
+
+MODNAME= openssl
+CATEGORIES+= security
+PKGREVISION= # empty
+COMMENT= PHP4 extension for the OpenSSL library
+
+USE_BUILDLINK2= YES
+
+.include "../../www/php4/Makefile.module"
+
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openssl}
+
+.include "../../security/openssl/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"