summaryrefslogtreecommitdiff
path: root/security/php-openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/php-openssl/Makefile')
-rw-r--r--security/php-openssl/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/php-openssl/Makefile b/security/php-openssl/Makefile
deleted file mode 100644
index 2e39d60c2ec..00000000000
--- a/security/php-openssl/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:17 tv Exp $
-
-MODNAME= openssl
-CATEGORIES+= security
-PKGREVISION= # empty
-COMMENT= PHP extension for the OpenSSL library
-
-
-CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openssl}
-
-# the config test for -lssl fails to link in -lcrypto; just force it
-# to succeed
-CONFIGURE_ENV+= ac_cv_lib_ssl_SSL_CTX_set_ssl_version=yes
-
-post-extract:
- cd ${WRKSRC} && ln -s config0.m4 config.m4
-
-.include "../../lang/php/ext.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"