blob: b421dafa0365f139c791757c986a2d27d20e4292 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Log::Dispatch - Dispatches messages to one or more outputs"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic"
DEPENDS = "libmodule-build-perl-native"
PR = "r0"
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
|