diff options
Diffstat (limited to 'packages/perl/libxml-parser-perl_2.34.bb')
-rw-r--r-- | packages/perl/libxml-parser-perl_2.34.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/perl/libxml-parser-perl_2.34.bb b/packages/perl/libxml-parser-perl_2.34.bb index e69de29bb2..89947376e6 100644 --- a/packages/perl/libxml-parser-perl_2.34.bb +++ b/packages/perl/libxml-parser-perl_2.34.bb @@ -0,0 +1,6 @@ +SECTION = "libs" +SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-2.34.tar.gz" +LICENSE = "Artistic" +S = "${WORKDIR}/XML-Parser-${PV}" + +inherit cpan |