summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-math-bezier/package.py
blob: d0b459e7c8ff5cdfb92e05a68415a129db758ec6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2024 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 PerlMathBezier(PerlPackage):
    """Math::Bezier - solution of Bezier Curves"""

    homepage = "https://metacpan.org/pod/Math::Bezier"
    url = "https://cpan.metacpan.org/authors/id/A/AB/ABW/Math-Bezier-0.01.tar.gz"

    version("0.01", sha256="11a815fc45fdf0efabb1822ab77faad8b9eea162572c5f0940c8ed7d56e6b8b8")