blob: 85fdf7e616802a0c7612b6d42545aa501ad8bcb8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Log::Dispatch - Dispatches messages to one or more outputs"
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Log-Dispatch-${PV}.tar.gz"
S = "${WORKDIR}/Log-Dispatch-${PV}"
inherit cpan_build
|