diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-09-01 16:37:36 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-09-01 16:37:36 +0000 |
commit | 758a3d6a61f9d7da9ef967e0d419aba4141c7b37 (patch) | |
tree | f8d8ddebe56c8c28205799a3880935882bbbf625 /security | |
parent | 7ea9d1a0a08854fd7371ef581e2cab0d56811d1f (diff) | |
download | pkgsrc-758a3d6a61f9d7da9ef967e0d419aba4141c7b37.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" |