blob: 7768d17418e96f65add6aa2f7c731f31ec2c515b [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Perl module that provides simple filename and pathname matching"
2DESCRIPTION = "File::FnMatch::fnmatch() provides simple, shell-like pattern \
3matching. \
4Though considerably less powerful than regular expressions, shell patterns \
5are nonetheless useful and familiar to a large audience of end-users."
6
7HOMEPAGE = "http://search.cpan.org/dist/File-FnMatch/"
8SECTION = "libs"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010
11LIC_FILES_CHKSUM = "file://README;beginline=34;endline=37;md5=54fdfac62963b7cece5583ab38f2cf0d"
12
13SRC_URI = "https://cpan.metacpan.org/authors/id/M/MJ/MJP/File-FnMatch-${PV}.tar.gz"
14
15SRC_URI[md5sum] = "22f77c20d0fb5af01a3165e2df2fe34c"
16SRC_URI[sha256sum] = "962454b8e86bea8b132bf8af35757d0c6a8f5d599015bd6a5d68cb7ae7a9e916"
17
18S = "${WORKDIR}/File-FnMatch-${PV}"
19
20inherit cpan
21
22BBCLASSEXTEND = "native"