diff options
author | John Lee <john_lee@openmoko.org> | 2008-02-29 13:13:00 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2008-02-29 13:13:00 +0000 |
commit | 92e199ae577377e41e92ddd4b0c58227502a04c5 (patch) | |
tree | cfa245f65d7e3398e485bd476a8da0f890369548 /packages/perl/libwww-perl_5.808.bb | |
parent | f87430bac06825f8b9b0d4371705e9b9cf7bcfe2 (diff) | |
parent | 3649f62fb0080fecd8f55d520a7d58bcff15b95e (diff) |
merge of '20657a67dd3d46190016de2069fb77e48b12f0b9'
and '3d4d513f672a93f1547b3a1f5288ad83d6fc141b'
Diffstat (limited to 'packages/perl/libwww-perl_5.808.bb')
-rw-r--r-- | packages/perl/libwww-perl_5.808.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/perl/libwww-perl_5.808.bb b/packages/perl/libwww-perl_5.808.bb new file mode 100644 index 0000000000..2bea48a2d0 --- /dev/null +++ b/packages/perl/libwww-perl_5.808.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "libwww-perl provides a simple and consistent API to the World Wide Web" +SECTION = "libs" +LICENSE = "Artistic" +DEPENDS = "liburi-perl-native" +RDEPENDS = "liburi-perl" +PR = "r1" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${PV}.tar.gz" + +S = "${WORKDIR}/libwww-perl-${PV}" + +inherit cpan |