summaryrefslogtreecommitdiff
path: root/www/php-curl
diff options
context:
space:
mode:
Diffstat (limited to 'www/php-curl')
-rw-r--r--www/php-curl/DESCR2
-rw-r--r--www/php-curl/Makefile14
2 files changed, 16 insertions, 0 deletions
diff --git a/www/php-curl/DESCR b/www/php-curl/DESCR
new file mode 100644
index 00000000000..2a74a843a8c
--- /dev/null
+++ b/www/php-curl/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides curl functions.
diff --git a/www/php-curl/Makefile b/www/php-curl/Makefile
new file mode 100644
index 00000000000..680b2119d4b
--- /dev/null
+++ b/www/php-curl/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
+
+MODNAME= curl
+PKGREVISION= # empty
+CATEGORIES+= www
+COMMENT= PHP extension for curl functions
+
+USE_BUILDLINK3= YES
+
+CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_PREFIX.curl}
+
+.include "../../lang/php/ext.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"