summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-html-tagset/package.py
blob: e20697829c8a97e8dcb1b0269ab47c8e5af30c6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class PerlHtmlTagset(PerlPackage):
    """Data tables useful in parsing HTML"""

    homepage = "https://metacpan.org/pod/HTML::Tagset"
    url = "http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz"

    license("GPL-1.0-or-later OR Artistic-1.0-Perl")

    version("3.20", sha256="adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2")