From bfe6b3499474f5f5e75b8f47b9f80a3edf43a4a1 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 16 Oct 2001 07:06:52 +0000 Subject: net/php4-ftp: PHP4 extension for FTP access This version is from the php-4.0.6 distribution. --- net/php4-ftp/Makefile | 13 +++++++++++++ net/php4-ftp/distinfo | 4 ++++ net/php4-ftp/pkg/DESCR | 2 ++ 3 files changed, 19 insertions(+) create mode 100644 net/php4-ftp/Makefile create mode 100644 net/php4-ftp/distinfo create mode 100644 net/php4-ftp/pkg/DESCR (limited to 'net/php4-ftp') 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. -- cgit v1.2.3