increase dvbapp PR.
[vuplus_openembedded] / recipes / perl / libemail-date-format-perl_1.002.bb
1 DESCRIPTION = "Various MIME modules."
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r1"
5
6 RDEPENDS = "perl-module-test-more \
7             perl-module-time-local"
8
9 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Date-Format-${PV}.tar.gz"
10
11 S = "${WORKDIR}/Email-Date-Format-${PV}"
12
13 inherit cpan
14
15 BBCLASSEXTEND="native"