blob: 1d061dc1ef5ab18f75abbfabcc6d2addbf643c31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "The standard database interface module for Perl."
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r1"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/PHP-Serialization-0.30.tar.gz"
S = "${WORKDIR}/PHP-Serialization-${PV}"
inherit cpan
BBCLASSEXTEND="native"
|