diff options
Diffstat (limited to 'recipes/perl/libio-stringy-perl_2.110.bb')
-rw-r--r-- | recipes/perl/libio-stringy-perl_2.110.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/perl/libio-stringy-perl_2.110.bb b/recipes/perl/libio-stringy-perl_2.110.bb new file mode 100644 index 0000000000..a3a1418f7b --- /dev/null +++ b/recipes/perl/libio-stringy-perl_2.110.bb @@ -0,0 +1,11 @@ +SECTION = "libs" +LICENSE = "unknown" +PR = "r1" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-${PV}.tar.gz" + +S = "${WORKDIR}/IO-stringy-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" |