aboutsummaryrefslogtreecommitdiff
path: root/textproc/php5-ctype
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 09:21:32 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 09:21:32 +0000
commit7225c4ae1c65aea5c6301c602216e02357cb581a (patch)
treeace155447bcb8b909fa0417a096d6266b56a711c /textproc/php5-ctype
parent6cd990b8ab05624c71c72659350d90c603c42990 (diff)
downloadports-7225c4ae1c65aea5c6301c602216e02357cb581a.tar.gz
ports-7225c4ae1c65aea5c6301c602216e02357cb581a.zip
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114166
Diffstat (limited to 'textproc/php5-ctype')
-rw-r--r--textproc/php5-ctype/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/php5-ctype/Makefile b/textproc/php5-ctype/Makefile
new file mode 100644
index 000000000000..e208ab22167a
--- /dev/null
+++ b/textproc/php5-ctype/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-ctype
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= textproc
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -ctype
+
+.include "${MASTERDIR}/Makefile"