blob: 880aaf7310efca7ea0f20fac992ea1d5c87544ff (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "ExtUtils::CBuilder - Compile and link C code for Perl modules"
SECTION = "libs"
LICENSE = "Artistic|GPL"
FILE_PR = "r4"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-${PV}.tar.gz"
S = "${WORKDIR}/ExtUtils-CBuilder-${PV}"
inherit cpan
|