aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/liblog-dispatch-perl_2.13.bb
blob: 4200aec13dfb1d87e9f5462aa5f60baaa5be79e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Log::Dispatch - Dispatches messages to one or more outputs"
SECTION = "libs"
LICENSE = "Artistic|GPLv1+"
PR = "r5"

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

SRC_URI[md5sum] = "88349394af92f521e1ccc845d64fb9f2"
SRC_URI[sha256sum] = "ab8fdcfdbb6c74ecef4cfaf9e83f955aa422e43f8cd8683c1f2648c70070b88c"

BBCLASSEXTEND = "native"