diff options
author | jdolecek <jdolecek> | 2003-09-01 16:37:36 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2003-09-01 16:37:36 +0000 |
commit | 42710895b04ad1103959b792a5766e6d6e3d3577 (patch) | |
tree | f8d8ddebe56c8c28205799a3880935882bbbf625 /security | |
parent | fe205e5db26f0dad4bb39ad83a365cc8b3532350 (diff) | |
download | pkgsrc-42710895b04ad1103959b792a5766e6d6e3d3577.tar.gz |
add PHP4 OpenSSL extension module
adresses openssl part of PR pkg/22654 by Adrian Portelli
Diffstat (limited to 'security')
-rw-r--r-- | security/php4-openssl/DESCR | 2 | ||||
-rw-r--r-- | security/php4-openssl/Makefile | 15 |
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" |