From: Roman I Khimov Date: Tue, 16 Mar 2010 13:13:06 +0000 (+0300) Subject: libtest-pod-perl: add Test::Pod Perl module X-Git-Tag: Release-2010-05/1~302^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e6e9f6583b84a4df201b0a17c0dfe6ffa57825;p=openembedded.git libtest-pod-perl: add Test::Pod Perl module Signed-off-by: Roman I Khimov --- diff --git a/recipes/perl/libtest-pod-perl_1.42.bb b/recipes/perl/libtest-pod-perl_1.42.bb new file mode 100644 index 0000000000..9bfbde1e98 --- /dev/null +++ b/recipes/perl/libtest-pod-perl_1.42.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Test::Pod - check for POD errors in files" +SECTION = "libs" +LICENSE = "Artistic|GPL" +BBCLASSEXTEND = "native" +RDEPENDS_${PN} += "perl-module-test-more perl-module-file-spec perl-module-module-build perl-module-pod-simple" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-${PV}.tar.gz;name=test-pod-perl-${PV}" +SRC_URI[test-pod-perl-1.42.md5sum] = "9c9b7ff52ea339aecbf247cd573df238" +SRC_URI[test-pod-perl-1.42.sha256sum] = "ea6de469a8db6549381e41095055bc3741aadf0d353aa1bd5b6e441bc500a79c" + +S = "${WORKDIR}/Test-Pod-${PV}" + +inherit cpan_build + +PACKAGE_ARCH = "all"