pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/php4-openssl add PHP4 OpenSSL extension module
details: https://anonhg.NetBSD.org/pkgsrc/rev/c5c68f25e685
branches: trunk
changeset: 460601:c5c68f25e685
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Mon Sep 01 16:37:36 2003 +0000
description:
add PHP4 OpenSSL extension module
adresses openssl part of PR pkg/22654 by Adrian Portelli
diffstat:
security/php4-openssl/DESCR | 2 ++
security/php4-openssl/Makefile | 15 +++++++++++++++
2 files changed, 17 insertions(+), 0 deletions(-)
diffs (25 lines):
diff -r 11a042f2896e -r c5c68f25e685 security/php4-openssl/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php4-openssl/DESCR Mon Sep 01 16:37:36 2003 +0000
@@ -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 -r 11a042f2896e -r c5c68f25e685 security/php4-openssl/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php4-openssl/Makefile Mon Sep 01 16:37:36 2003 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index