aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-04-23 23:21:26 +0800
committerdinoex <dinoex@FreeBSD.org>2010-04-23 23:21:26 +0800
commit3a83b8d9289ab377fe477a890dcd6455987c94cb (patch)
tree7ea2650b54570bea90cbeeceed2541a65812f4e5 /archivers
parent8acb0d30a077bb5b154753df123084398030354f (diff)
downloadfreebsd-ports-gnome-3a83b8d9289ab377fe477a890dcd6455987c94cb.tar.gz
freebsd-ports-gnome-3a83b8d9289ab377fe477a890dcd6455987c94cb.tar.zst
freebsd-ports-gnome-3a83b8d9289ab377fe477a890dcd6455987c94cb.zip
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/php52-bz2/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 4c7493809492..0c81596b456a 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -132,6 +132,7 @@
SUBDIR += php5-bz2
SUBDIR += php5-zip
SUBDIR += php5-zlib
+ SUBDIR += php52-bz2
SUBDIR += pigz
SUBDIR += ppmd
SUBDIR += ppmd-7z
diff --git a/archivers/php52-bz2/Makefile b/archivers/php52-bz2/Makefile
new file mode 100644
index 000000000000..87b53de866e8
--- /dev/null
+++ b/archivers/php52-bz2/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-bz2
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= archivers
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -bz2
+
+.include "${MASTERDIR}/Makefile"