aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libphp-serialization-perl_0.30.bb
blob: cd5f13a91bb4b16cb6f2a240e5a348f9c2488332 (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-${PV}.tar.gz"

S = "${WORKDIR}/PHP-Serialization-${PV}"

inherit cpan

BBCLASSEXTEND="native"