summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-16 07:07:59 +0000
committerjlam <jlam>2001-10-16 07:07:59 +0000
commitdf4fffa45f953ad4a37b0005f2581bee733905df (patch)
treec33750b6034084a710efe761981e470278d2a7b5 /net
parent5c9bdea0b59d49a8c256ea4e1dbc562039048ce2 (diff)
downloadpkgsrc-df4fffa45f953ad4a37b0005f2581bee733905df.tar.gz
net/php4-sockets: PHP4 extension for sockets support
This version is from the php-4.0.6 distribution.
Diffstat (limited to 'net')
-rw-r--r--net/php4-sockets/Makefile13
-rw-r--r--net/php4-sockets/distinfo4
-rw-r--r--net/php4-sockets/pkg/DESCR2
3 files changed, 19 insertions, 0 deletions
diff --git a/net/php4-sockets/Makefile b/net/php4-sockets/Makefile
new file mode 100644
index 00000000000..669b4b03e44
--- /dev/null
+++ b/net/php4-sockets/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:07:59 jlam Exp $
+
+.include "../../www/php4/Makefile.module"
+
+MODNAME= sockets
+CATEGORIES+= net
+PHP_PKG_VERS= # empty
+COMMENT= PHP4 extension for sockets support
+
+USE_BUILDLINK_ONLY= YES
+CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/php4-sockets/distinfo b/net/php4-sockets/distinfo
new file mode 100644
index 00000000000..69dec03927a
--- /dev/null
+++ b/net/php4-sockets/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/16 07:07:59 jlam Exp $
+
+SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03
+Size (php-4.0.6.tar.gz) = 3157346 bytes
diff --git a/net/php4-sockets/pkg/DESCR b/net/php4-sockets/pkg/DESCR
new file mode 100644
index 00000000000..013e2f072a4
--- /dev/null
+++ b/net/php4-sockets/pkg/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides sockets support for PHP4.