diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-15 04:13:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-15 04:13:34 +0800 |
commit | 3ed6f608d640390799e85560a05aac8e168c7606 (patch) | |
tree | 70af7f604bf9e98eef08af6376a8dfb06eea8864 /www/Makefile | |
parent | 41b4eb80bd7c7a70754afe53382c4b797e3d894a (diff) | |
download | freebsd-ports-gnome-3ed6f608d640390799e85560a05aac8e168c7606.tar.gz freebsd-ports-gnome-3ed6f608d640390799e85560a05aac8e168c7606.tar.zst freebsd-ports-gnome-3ed6f608d640390799e85560a05aac8e168c7606.zip |
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>
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 |