diff options
author | jdolecek <jdolecek> | 2004-10-31 19:30:29 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-10-31 19:30:29 +0000 |
commit | 64281bb941afc86bea764d8e1310ecc9260c3342 (patch) | |
tree | 9eebc2a4ea3e6fa6c783e1abb83bc43228266985 /net/php-ftp/DESCR | |
parent | ddaac6391e32b7d4a0e3a238d0abee88719f97fc (diff) | |
download | pkgsrc-64281bb941afc86bea764d8e1310ecc9260c3342.tar.gz |
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-*
Diffstat (limited to 'net/php-ftp/DESCR')
-rw-r--r-- | net/php-ftp/DESCR | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/php-ftp/DESCR b/net/php-ftp/DESCR new file mode 100644 index 00000000000..14c70f9402e --- /dev/null +++ b/net/php-ftp/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. |