diff options
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" |