xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Perl module that imports environment variables as scalars or arrays"
2*4882a593SmuzhiyunDESCRIPTION = "Perl maintains environment variables in a special hash named %ENV. \
3*4882a593SmuzhiyunFor when this access method is inconvenient, the Perl module Env allows environment \
4*4882a593Smuzhiyunvariables to be treated as scalar or array variables."
5*4882a593Smuzhiyun
6*4882a593SmuzhiyunHOMEPAGE = "http://search.cpan.org/~flora/Env/"
7*4882a593SmuzhiyunSECTION = "libs"
8*4882a593SmuzhiyunLICENSE = "Artistic-1.0 | GPL-1.0-or-later"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=76c1cbf18db56b3340d91cb947943bd3"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunSRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunSRC_URI[md5sum] = "fdba5c0690e66972c96fee112cf5f25c"
15*4882a593SmuzhiyunSRC_URI[sha256sum] = "d94a3d412df246afdc31a2199cbd8ae915167a3f4684f7b7014ce1200251ebb0"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunS = "${WORKDIR}/Env-${PV}"
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuninherit cpan
20*4882a593Smuzhiyun
21*4882a593SmuzhiyunBBCLASSEXTEND = "native"
22