| Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration" | 
|  | 2 | DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." | 
|  | 3 | SECTION = "libs" | 
|  | 4 |  | 
|  | 5 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Config/" | 
|  | 6 |  | 
|  | 7 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 
|  | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" | 
|  | 9 |  | 
|  | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" | 
|  | 11 | SRC_URI[md5sum] = "565a7b09c7cac5907a25bbe2c959a717" | 
|  | 12 | SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" | 
|  | 13 |  | 
|  | 14 | S = "${WORKDIR}/ExtUtils-Config-${PV}" | 
|  | 15 |  | 
| Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 16 | inherit cpan ptest-perl | 
| Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 17 |  | 
|  | 18 | RDEPENDS_${PN} = " perl-module-extutils-makemaker \ | 
|  | 19 | perl-module-data-dumper \ | 
| Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 20 | perl-module-ipc-open3 \ | 
| Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 21 | perl-module-test-more \ | 
|  | 22 | perl-module-file-temp \ | 
|  | 23 | " | 
|  | 24 |  | 
|  | 25 | BBCLASSEXTEND = "native" |