diff options
Diffstat (limited to 'ftp/php53-ftp')
-rw-r--r-- | ftp/php53-ftp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ftp/php53-ftp/Makefile b/ftp/php53-ftp/Makefile new file mode 100644 index 000000000000..c3e8d1d0595a --- /dev/null +++ b/ftp/php53-ftp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-ftp +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" |