summaryrefslogtreecommitdiff
path: root/devel/rt-pgsql
diff options
context:
space:
mode:
authoratatat <atatat>2002-09-19 21:41:18 +0000
committeratatat <atatat>2002-09-19 21:41:18 +0000
commitd8a2893c8c90bd37ba9495bd424492b3781fc730 (patch)
tree37f99918572bb393d78f3a56b14d4635fbdca3c7 /devel/rt-pgsql
parent818b970dae042c6c7419ac0b8484bba24087bcc4 (diff)
downloadpkgsrc-d8a2893c8c90bd37ba9495bd424492b3781fc730.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"