summaryrefslogtreecommitdiff
path: root/packages/perl/libmail-sendmail-perl_0.79.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-26 08:21:02 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-26 08:21:02 +0000
commitefb4cd88349694b58003d7aca1da5394f4bfe38a (patch)
treec9da4b29f972bb1e8912eb4a117313dea8f8098e /packages/perl/libmail-sendmail-perl_0.79.bb
parentf2a80b9819691d2d894c2fd3143b78eb42aa5e5f (diff)
perl: Update modules that were effected by the cpan.bbclass changes:
- Remove the DEPENDS on perl since the cpan class now adds it. - Bump PR to take into account the changed installation location.
Diffstat (limited to 'packages/perl/libmail-sendmail-perl_0.79.bb')
-rw-r--r--packages/perl/libmail-sendmail-perl_0.79.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/perl/libmail-sendmail-perl_0.79.bb b/packages/perl/libmail-sendmail-perl_0.79.bb
index 7e5cae46d7..73c157d613 100644
--- a/packages/perl/libmail-sendmail-perl_0.79.bb
+++ b/packages/perl/libmail-sendmail-perl_0.79.bb
@@ -1,7 +1,8 @@
SECTION = "libs"
LICENSE = "Artistic|GPL"
+PR = "r1"
+
SRC_URI = "http://www.cpan.org/modules/by-module/Mail/Mail-Sendmail-${PV}.tar.gz"
-DEPENDS = "perl"
S = "${WORKDIR}/Mail-Sendmail-${PV}"