diff options
Diffstat (limited to 'ftp/php4-ftp')
-rw-r--r-- | ftp/php4-ftp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ftp/php4-ftp/Makefile b/ftp/php4-ftp/Makefile new file mode 100644 index 000000000000..fcc77336e1f0 --- /dev/null +++ b/ftp/php4-ftp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-ftp +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" |