blob: e14e65cb653f1673d5d313615d904e737ccc4358 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Log::Dispatch - Dispatches messages to one or more outputs"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
PR = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Log-Dispatch-2.13.tar.gz"
S = "${WORKDIR}/Log-Dispatch-${PV}"
inherit cpan_build
|