diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-18 15:41:24 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-24 00:47:43 +0300 |
commit | a525e80f4f2f4823b233c47c1da873a41df1e8f2 (patch) | |
tree | 81f314eb11485b148201bc314e08af03f79f99cc /recipes/perl | |
parent | bdbe4ee72aaa6dae8c6b17f02bc51f1899bc89fa (diff) |
libmime-tools-perl: add MIME-Tools Perl module set
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libmime-tools-perl_5.427.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes/perl/libmime-tools-perl_5.427.bb b/recipes/perl/libmime-tools-perl_5.427.bb new file mode 100644 index 0000000000..480c1ebd46 --- /dev/null +++ b/recipes/perl/libmime-tools-perl_5.427.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "MIME-tools - modules for parsing (and creating!) MIME entities" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS = " \ + libio-stringy-perl-native \ + libmailtools-perl-native \ + libtest-pod-perl-native \ + libtimedate-perl-native \ + " +RDEPENDS_${PN} += "\ + libio-stringy-perl \ + libmailtools-perl \ + libtest-pod-perl \ + perl-module-file-path \ + perl-module-file-spec \ + perl-module-file-temp \ + perl-module-io-file \ + perl-module-mime-base64 \ + perl-module-net-smtp \ + perl-module-test-more \ + " +BBCLASSEXTEND = "native" + +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DO/DONEILL/MIME-tools-${PV}.tar.gz;name=mime-tools-perl-${PV}" +SRC_URI[mime-tools-perl-5.427.md5sum] = "4333caa7238cb9eafb5f7fb39fcbd8e7" +SRC_URI[mime-tools-perl-5.427.sha256sum] = "844d2499fd2934d4836bd86dc73dd51955aea3fd88109b9d559d99449851fe6e" + +S = "${WORKDIR}/MIME-tools-${PV}" + +inherit cpan + +PACKAGE_ARCH = "all" |