aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/php52-curl
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-23 23:30:39 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-23 23:30:39 +0800
commite8174e776ab817114edef6f4fb764a371f915b33 (patch)
treec5b87689ba6b2b9db1af98aac3809747dc6b28de /ftp/php52-curl
parent3a83b8d9289ab377fe477a890dcd6455987c94cb (diff)
downloadfreebsd-ports-gnome-e8174e776ab817114edef6f4fb764a371f915b33.tar.gz
freebsd-ports-gnome-e8174e776ab817114edef6f4fb764a371f915b33.tar.zst
freebsd-ports-gnome-e8174e776ab817114edef6f4fb764a371f915b33.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Diffstat (limited to 'ftp/php52-curl')
-rw-r--r--ftp/php52-curl/Makefile14
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"