From e8174e776ab817114edef6f4fb764a371f915b33 Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 23 Apr 2010 15:30:39 +0000 Subject: - PHP 5.2 slave port PR: 145772 Submitted by: Alex Keda --- ftp/php52-curl/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ftp/php52-curl/Makefile (limited to 'ftp/php52-curl') 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 +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" -- cgit