summaryrefslogtreecommitdiff
path: root/devel/rt-pgsql
diff options
context:
space:
mode:
authoratatat <atatat@pkgsrc.org>2002-09-19 21:41:18 +0000
committeratatat <atatat@pkgsrc.org>2002-09-19 21:41:18 +0000
commit756c5895f939a37ee6ff1937968de6a478a0424f (patch)
tree37f99918572bb393d78f3a56b14d4635fbdca3c7 /devel/rt-pgsql
parent47195b7a871163f847aef7b12cd320ccb8a6b342 (diff)
downloadpkgsrc-756c5895f939a37ee6ff1937968de6a478a0424f.tar.gz
Initial import of a pkg for the RT ticketing system.
RT is an industrial-grade ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators, customer support staffs, NOCs, developers and even marketing departments at over a thousand sites around the world. This version is backed by the postgres database.
Diffstat (limited to 'devel/rt-pgsql')
-rw-r--r--devel/rt-pgsql/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/rt-pgsql/Makefile b/devel/rt-pgsql/Makefile
new file mode 100644
index 00000000000..f537ad92f15
--- /dev/null
+++ b/devel/rt-pgsql/Makefile
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/19 21:41:18 atatat Exp $
+
+RT_DB_TYPE= Pg
+
+.include "../../devel/rt-mysql/Makefile.common"