aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libextutils-cbuilder-perl_0.18.bb
blob: f8dd909e70445206b83cf77c4e8f6545b5578447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "ExtUtils::CBuilder - Compile and link C code for Perl modules"
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r5"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-${PV}.tar.gz"

S = "${WORKDIR}/ExtUtils-CBuilder-${PV}"

inherit cpan

BBCLASSEXTEND="native"