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/Makefile | |
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/Makefile')
-rw-r--r-- | net/php4-ftp/Makefile | 13 |
1 files changed, 13 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" |