aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 09:21:05 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 09:21:05 +0000
commit6cd990b8ab05624c71c72659350d90c603c42990 (patch)
tree67ef696c8b6a0a3a3f0987c4dd6d3c701eafe3b3 /sysutils
parent4a365426f3076dcd25f18765465ae2e80d685bec (diff)
downloadports-6cd990b8ab05624c71c72659350d90c603c42990.tar.gz
ports-6cd990b8ab05624c71c72659350d90c603c42990.zip
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114164
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/php5-posix/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 639593b65f15..725e817c213b 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -291,6 +291,7 @@
SUBDIR += pfstat
SUBDIR += pftop
SUBDIR += php4-posix
+ SUBDIR += php5-posix
SUBDIR += pib
SUBDIR += pipemeter
SUBDIR += pkg_cutleaves
diff --git a/sysutils/php5-posix/Makefile b/sysutils/php5-posix/Makefile
new file mode 100644
index 000000000000..85802977d06c
--- /dev/null
+++ b/sysutils/php5-posix/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-posix
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= sysutils
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -posix
+
+.include "${MASTERDIR}/Makefile"