summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-libwww-perl/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/perl-libwww-perl/package.py')
-rw-r--r--var/spack/repos/builtin/packages/perl-libwww-perl/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-libwww-perl/package.py b/var/spack/repos/builtin/packages/perl-libwww-perl/package.py
new file mode 100644
index 0000000000..93344cc710
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-libwww-perl/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2018 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 import *
+
+
+class PerlLibwwwPerl(PerlPackage):
+ """The libwww-perl collection is a set of Perl modules which provides
+ a simple and consistent application programming interface to the
+ World-Wide Web. The main focus of the library is to provide classes and
+ functions that allow you to write WWW clients."""
+
+ homepage = "https://github.com/libwww-perl/libwww-perl"
+ url = "http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/libwww-perl-6.33.tar.gz"
+
+ version('6.33', '2e15c1c789ac9036c99d094e47e3da23')