summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/perl/package.py
blob: 8d86dec8f320176e302b78c3cbb72013461ce079 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 Perl(Package):
    """Dummy Perl package to allow a dummy perl-extension in repo."""

    homepage = "http://www.python.org"
    url = "http://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgz"

    extendable = True

    version("0.0.0", md5="abcdef1234567890abcdef1234567890")