diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-06 05:53:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-06 05:53:31 +0800 |
commit | c735a33d67798b1ba71a2ba928ff3ca2e5f0532f (patch) | |
tree | 91a936e01d719c9d2f8ebefaa8b60947169441e1 /devel/Makefile | |
parent | 475b89862fe21c191baa05bd42ad34a3c86e4b4e (diff) | |
download | freebsd-ports-gnome-c735a33d67798b1ba71a2ba928ff3ca2e5f0532f.tar.gz freebsd-ports-gnome-c735a33d67798b1ba71a2ba928ff3ca2e5f0532f.tar.zst freebsd-ports-gnome-c735a33d67798b1ba71a2ba928ff3ca2e5f0532f.zip |
Implementation of Log::Dispatch::Configurator using YAML format.
WWW: http://search.cpan.org/dist/Log-Dispatch-Configurator-YAML/
PR: ports/124260
Submitted by: Oleg Mamontov <oleg at mamontov.net>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 11e47365b725..1da102977476 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1405,6 +1405,7 @@ SUBDIR += p5-Log-Agent-Logger SUBDIR += p5-Log-Dispatch SUBDIR += p5-Log-Dispatch-Config + SUBDIR += p5-Log-Dispatch-Configurator-YAML SUBDIR += p5-Log-Dispatch-Email-EmailSend SUBDIR += p5-Log-Dispatch-FileRotate SUBDIR += p5-Log-Dispatch-FileShared |