diff options
Diffstat (limited to 'recipes/perl/liblog-log4perl-perl_1.06.bb')
-rw-r--r-- | recipes/perl/liblog-log4perl-perl_1.06.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/perl/liblog-log4perl-perl_1.06.bb b/recipes/perl/liblog-log4perl-perl_1.06.bb new file mode 100644 index 0000000000..beecaad0fb --- /dev/null +++ b/recipes/perl/liblog-log4perl-perl_1.06.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Log::Log4perl - Log4j implementation for Perl" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r4" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-${PV}.tar.gz" + +S = "${WORKDIR}/Log-Log4perl-${PV}" + +inherit cpan |