summaryrefslogtreecommitdiff
path: root/net/php-sockets
diff options
context:
space:
mode:
Diffstat (limited to 'net/php-sockets')
-rw-r--r--net/php-sockets/DESCR2
-rw-r--r--net/php-sockets/Makefile13
2 files changed, 15 insertions, 0 deletions
diff --git a/net/php-sockets/DESCR b/net/php-sockets/DESCR
new file mode 100644
index 00000000000..65ef93df1c5
--- /dev/null
+++ b/net/php-sockets/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides sockets support.
diff --git a/net/php-sockets/Makefile b/net/php-sockets/Makefile
new file mode 100644
index 00000000000..3d3119a78bf
--- /dev/null
+++ b/net/php-sockets/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
+
+MODNAME= sockets
+CATEGORIES+= net
+PKGREVISION= # empty
+COMMENT= PHP extension for sockets support
+
+USE_BUILDLINK3= YES
+
+CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"