- Remove the DEPENDS on perl since the cpan class now adds it.
- Bump PR to take into account the changed installation location.
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}"
SECTION = "libs"
LICENSE = "Artistic|GPL"
+PR = "r1"
+
SRC_URI = "http://www.cpan.org/modules/by-module/NetServer/NetServer-Generic-${PV}.tar.gz"
-DEPENDS = "perl"
+
S = "${WORKDIR}/NetServer-Generic-${PV}"
inherit cpan
SECTION = "libs"
-SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-2.34.tar.gz"
LICENSE = "Artistic"
+PR = "r1"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-2.34.tar.gz"
+
S = "${WORKDIR}/XML-Parser-${PV}"
inherit cpan