diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libtask-weaken-perl_1.03.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libtask-weaken-perl_1.03.bb b/recipes/perl/libtask-weaken-perl_1.03.bb new file mode 100644 index 0000000000..80fa8e7489 --- /dev/null +++ b/recipes/perl/libtask-weaken-perl_1.03.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Task::Weaken - Ensure that a platform has weaken support" +SECTION = "libs" +LICENSE = "Artistic|GPL" +HOMEPAGE = "http://www.xmltwig.com/" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Task-Weaken-${PV}.tar.gz" +SRC_URI[md5sum] = "056ce36c576450d22e6b23b4dbfacd02" +SRC_URI[sha256sum] = "fb1de84c81c523147f4007c559d3ac38fa474b2999f68b14387bb67e061ca8d0" + +S = "${WORKDIR}/Task-Weaken-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" |