libcrypt-unixcrypt-perl: add Crypt::UnixCrypt Perl module
[openembedded.git] / recipes / perl / libcrypt-unixcrypt-perl_1.0.bb
1 DESCRIPTION = "Crypt::UnixCrypt - perl-only implementation of the crypt function."
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 BBCLASSEXTEND = "native"
5
6 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MV/MVORL/Crypt-UnixCrypt-${PV}.tar.gz;name=crypt-unixcrypt-perl-${PV}"
7 SRC_URI[crypt-unixcrypt-perl-1.0.md5sum] = "ff007b7fdda2aa626acaca216750c422"
8 SRC_URI[crypt-unixcrypt-perl-1.0.sha256sum] = "51d3716e740ed2ddd93cf942b994d0384b0452dd8138f8c5ce420ad39df8f906"
9
10 S = "${WORKDIR}/Crypt-UnixCrypt-${PV}"
11
12 inherit cpan
13
14 PACKAGE_ARCH = "all"