1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
# Perl - Practical Extraction and Report Language # https://www.perl.org/ [package] name = "perl" version = "5.40.1" release = 1 description = "Practical Extraction and Report Language" url = "https://www.perl.org/" license = "Artistic-1.0 OR GPL-1.0" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["zlib"] build = ["zlib"] [[source]] file = "perl-5.40.1.tar.xz" urls = [ "https://www.cpan.org/src/5.0/perl-5.40.1.tar.xz", "https://cpan.metacpan.org/authors/id/P/PE/PEVANS/perl-5.40.1.tar.xz" ] checksum = "02a4a4f273590fe00a63cb1d6a23ba85e27f7de5bce0c74a049e9eb6bb783b52" [build] parallel = true