diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-14 20:13:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-14 20:13:34 +0000 |
commit | 7b72e3a1f4e6541085be6a0999e8af54a54743dc (patch) | |
tree | 8eaf5ef6f24b56ffc5baab29615d17d1a1cccdb6 /www/Makefile | |
parent | d6be3c70d5521e6862c24ec10ff05bfa4889d86a (diff) |
RTx::Shredder is extention to RT API which allow you to delete data
from RT database. Now Shredder support wipe out of almost all RT
objects (Tickets, Transactions, Attachments, Users...)
WWW: http://search.cpan.org/perldoc?RTx::Shredder
PR: ports/126783
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk>
Notes
Notes:
svn path=/head/; revision=224243
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e437962aaf1d..f0d3b5eabf77 100644 --- a/www/Makefile +++ b/www/Makefile @@ -958,6 +958,7 @@ SUBDIR += p5-RT-Extension-SLA SUBDIR += p5-RTx-Calendar SUBDIR += p5-RTx-RightsMatrix + SUBDIR += p5-RTx-Shredder SUBDIR += p5-RTx-Statistics SUBDIR += p5-Reaction SUBDIR += p5-SCGI |