increase dvbapp PR.
[vuplus_openembedded] / recipes / perl / libextutils-cbuilder-perl_0.18.bb
1 DESCRIPTION = "ExtUtils::CBuilder - Compile and link C code for Perl modules"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r5"
5
6 SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-${PV}.tar.gz"
7
8 S = "${WORKDIR}/ExtUtils-CBuilder-${PV}"
9
10 inherit cpan
11
12 BBCLASSEXTEND="native"