From 6a7f2fa6c72867cf5a751db0c33a7fbc77b0eaa1 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 31 Oct 2004 19:30:29 +0000 Subject: new PHP extension module framework, which makes it possible to build individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-* --- www/php-curl/DESCR | 2 ++ www/php-curl/Makefile | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 www/php-curl/DESCR create mode 100644 www/php-curl/Makefile (limited to 'www') 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" -- cgit v1.2.3