diff options
author | martti <martti@pkgsrc.org> | 2002-10-14 06:40:53 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-10-14 06:40:53 +0000 |
commit | fa6d29fa1671e03be613d2b4e8d16dc84d3b0536 (patch) | |
tree | b55957cd2a3d760b1d3df9a732e2cdcbd4b8484a /www/php4-curl | |
parent | a9e061798aa32659126d61c3622e8e85b2628fe0 (diff) | |
download | pkgsrc-fa6d29fa1671e03be613d2b4e8d16dc84d3b0536.tar.gz |
Added php4-curl-4.2.3 (provided by Harry Waddell in PR#18602)
PHP is a programming language designed to be embedded into web pages.
This module provides curl functions for PHP4.
Diffstat (limited to 'www/php4-curl')
-rw-r--r-- | www/php4-curl/DESCR | 2 | ||||
-rw-r--r-- | www/php4-curl/Makefile | 15 | ||||
-rw-r--r-- | www/php4-curl/distinfo | 4 |
3 files changed, 21 insertions, 0 deletions
diff --git a/www/php4-curl/DESCR b/www/php4-curl/DESCR new file mode 100644 index 00000000000..e6a36989e44 --- /dev/null +++ b/www/php4-curl/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides curl functions for PHP4. diff --git a/www/php4-curl/Makefile b/www/php4-curl/Makefile new file mode 100644 index 00000000000..4a18b510185 --- /dev/null +++ b/www/php4-curl/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/14 06:40:53 martti Exp $ + +MODNAME= curl +CATEGORIES+= www +PKGREVISION= # empty +COMMENT= PHP4 extension for curl functions + +USE_BUILDLINK2= YES + +.include "../../www/php4/Makefile.module" + +CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_DIR} + +.include "../../www/curl/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/php4-curl/distinfo b/www/php4-curl/distinfo new file mode 100644 index 00000000000..5abcf6eaf45 --- /dev/null +++ b/www/php4-curl/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/14 06:40:53 martti Exp $ + +SHA1 (php-4.2.3.tar.gz) = 3e57e8c056bd2f173bba8705293cdfa15aeb93bc +Size (php-4.2.3.tar.gz) = 3413829 bytes |