diff options
Diffstat (limited to 'recipes/perl/libdbd-mysql-perl.inc')
-rw-r--r-- | recipes/perl/libdbd-mysql-perl.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/perl/libdbd-mysql-perl.inc b/recipes/perl/libdbd-mysql-perl.inc new file mode 100644 index 0000000000..6200c2844a --- /dev/null +++ b/recipes/perl/libdbd-mysql-perl.inc @@ -0,0 +1,10 @@ +DESCRIPTION = "The database interface driver for the MySQL database." +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-${PV}.tar.gz" + +S = "${WORKDIR}/DBD-mysql-${PV}" + +inherit cpan |