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

SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Log-Dispatch-${PV}.tar.gz"

S = "${WORKDIR}/Log-Dispatch-${PV}"

do_stage() {
	:
}

inherit cpan_build

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