blob: 643deda664a803818ea8e92a0e0d3e6b3ae3f674 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|