diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-09 13:54:20 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-24 00:45:30 +0300 |
commit | f4f742bcb00aaac4c51fdd3c63c6a5b1ae5161ef (patch) | |
tree | 7c99c6b7d81c6eb0e5079fa655845fb34a9fab38 /recipes/perl | |
parent | ece4c8ef56d346be340b833e44650cd072ce1de5 (diff) |
liberror-perl: add version 0.17016
* add dependencies as listed on CPAN.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/liberror-perl_0.17016.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/perl/liberror-perl_0.17016.bb b/recipes/perl/liberror-perl_0.17016.bb new file mode 100644 index 0000000000..5b302ccc71 --- /dev/null +++ b/recipes/perl/liberror-perl_0.17016.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Error - Error/exception handling in an OO-ish way" +SECTION = "libs" +LICENSE = "Artistic|GPL" +RDEPENDS_${PN} = " \ + perl-module-scalar-util \ + perl-module-warnings \ + " + +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz;name=error-perl-${PV}" +SRC_URI[error-perl-0.17016.md5sum] = "eedcd3c6970568dd32092b5334328eff" +SRC_URI[error-perl-0.17016.sha256sum] = "f013a33ce33f324d6ff73ca074f34aa13f04bcec11e7f91c820c2e7b5e1979aa" + +S = "${WORKDIR}/Error-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" + +PACKAGE_ARCH = "all" |