diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:30:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:30:39 +0000 |
commit | 0484e77fc1c7c10ff74a76c122ba71af28f989ca (patch) | |
tree | d667d0d192d8b4f661b4a237ff936e50e251fc20 /ftp/php52-curl | |
parent | - PHP 5.2 slave port (diff) |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Notes
Notes:
svn path=/head/; revision=253098
Diffstat (limited to 'ftp/php52-curl')
-rw-r--r-- | ftp/php52-curl/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ftp/php52-curl/Makefile b/ftp/php52-curl/Makefile new file mode 100644 index 000000000000..9653bcb447a9 --- /dev/null +++ b/ftp/php52-curl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-curl +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" |