Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "ExtUtils::InstallPaths - Build.PL install path logic made easy" |
| 2 | DESCRIPTION = "This module tries to make install path resolution as easy \ |
| 3 | as possible." |
| 4 | SECTION = "libs" |
| 5 | |
| 6 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/" |
| 7 | |
| 8 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" |
| 10 | |
| 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" |
| 12 | SRC_URI[md5sum] = "9c75894c3c8c899ab6bfafc5eaa97999" |
| 13 | SRC_URI[sha256sum] = "7609fa048cdcf1451cad5b1d7d494f30e3d5bad0672d15404f1ea60e1df0067c" |
| 14 | |
| 15 | S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" |
| 16 | |
| 17 | inherit cpan |
| 18 | |
| 19 | RDEPENDS_${PN} = " perl-module-extutils-makemaker \ |
| 20 | perl-module-data-dumper \ |
| 21 | perl-module-test-more \ |
| 22 | perl-module-file-temp \ |
| 23 | " |
| 24 | |
| 25 | BBCLASSEXTEND = "native" |