diff options
author | martti <martti> | 2002-10-14 06:40:53 +0000 |
---|---|---|
committer | martti <martti> | 2002-10-14 06:40:53 +0000 |
commit | 6f1c1e8a18621c8feafcb813a0cae3c94552e41f (patch) | |
tree | b55957cd2a3d760b1d3df9a732e2cdcbd4b8484a /www/php4-curl | |
parent | a130b8f751cb78877c021c622734b0a48634f7c3 (diff) | |
download | pkgsrc-6f1c1e8a18621c8feafcb813a0cae3c94552e41f.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 |