blob: e6e1241c9dce3827936af9c0f0fd4f911416317f (
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"
FILE_PR = "r4"
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
|