diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-16 07:06:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-16 07:06:52 +0000 |
commit | bfe6b3499474f5f5e75b8f47b9f80a3edf43a4a1 (patch) | |
tree | c7254d41c84efb2ee2c9b292382339385b341de2 /net/php4-ftp | |
parent | 83d91b4a2b8c730b0f8e4fad9d55789ff342224f (diff) | |
download | pkgsrc-bfe6b3499474f5f5e75b8f47b9f80a3edf43a4a1.tar.gz |
net/php4-ftp: PHP4 extension for FTP access
This version is from the php-4.0.6 distribution.
Diffstat (limited to 'net/php4-ftp')
-rw-r--r-- | net/php4-ftp/Makefile | 13 | ||||
-rw-r--r-- | net/php4-ftp/distinfo | 4 | ||||
-rw-r--r-- | net/php4-ftp/pkg/DESCR | 2 |
3 files changed, 19 insertions, 0 deletions
diff --git a/net/php4-ftp/Makefile b/net/php4-ftp/Makefile new file mode 100644 index 00000000000..0c556e2501b --- /dev/null +++ b/net/php4-ftp/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:06:52 jlam Exp $ + +.include "../../www/php4/Makefile.module" + +MODNAME= ftp +CATEGORIES+= net +PHP_PKG_VERS= # empty +COMMENT= PHP4 extension for FTP access + +USE_BUILDLINK_ONLY= YES +CONFIGURE_ARGS+= --enable-${MODNAME} + +.include "../../mk/bsd.pkg.mk" diff --git a/net/php4-ftp/distinfo b/net/php4-ftp/distinfo new file mode 100644 index 00000000000..6c12d89e968 --- /dev/null +++ b/net/php4-ftp/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/16 07:06:52 jlam Exp $ + +SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03 +Size (php-4.0.6.tar.gz) = 3157346 bytes diff --git a/net/php4-ftp/pkg/DESCR b/net/php4-ftp/pkg/DESCR new file mode 100644 index 00000000000..1b1cb50466d --- /dev/null +++ b/net/php4-ftp/pkg/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides access to FTP sites through a FTP library for PHP4. |