diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:53:34 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:53:34 +0000 |
commit | d111d16900ba8617e77a050fb56ea2d7b8a8a356 (patch) | |
tree | b053a3cb6449405fccc081154e3eeb84812519fe /ftp/php52-ftp | |
parent | 9dc8b611a5b09b846c90e4986efd921178a7c50c (diff) |
Notes
Diffstat (limited to 'ftp/php52-ftp')
-rw-r--r-- | ftp/php52-ftp/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ftp/php52-ftp/Makefile b/ftp/php52-ftp/Makefile new file mode 100644 index 000000000000..33330ea1b4e3 --- /dev/null +++ b/ftp/php52-ftp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-ftp +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -ftp + +.include "${MASTERDIR}/Makefile" |