summaryrefslogtreecommitdiff
path: root/databases/php52-sqlite/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 22:25:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 22:25:27 +0000
commit4df5745bbf546820b8dae9fc9117f9397b1f0f4e (patch)
treee878b1f2b203215f9ef7a266b481b2e4ea10260b /databases/php52-sqlite/Makefile
parent- PHP 5.2 slave port (diff)
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Notes
Notes: svn path=/head/; revision=253126
Diffstat (limited to 'databases/php52-sqlite/Makefile')
-rw-r--r--databases/php52-sqlite/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/php52-sqlite/Makefile b/databases/php52-sqlite/Makefile
new file mode 100644
index 000000000000..044c6bd3c69a
--- /dev/null
+++ b/databases/php52-sqlite/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-sqlite
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -sqlite
+
+.include "${MASTERDIR}/Makefile"