blob: 73c157d61301a0fc373eb8f92a5efcf70b8a3278 (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r1"
SRC_URI = "http://www.cpan.org/modules/by-module/Mail/Mail-Sendmail-${PV}.tar.gz"
S = "${WORKDIR}/Mail-Sendmail-${PV}"
inherit cpan
|