perl: new module added

This commit is contained in:
2018-04-17 17:28:44 +02:00
parent aa211abf0d
commit b19161eb05
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
perl/5.26.1 unstable

17
Programming/perl/build Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env modbuild
SOURCE_URL="http://www.cpan.org/src/5.0/$P-$V.tar.gz"
pbuild::configure() {
"${MODULE_SRCDIR}"/configure.gnu \
--prefix="${PREFIX}" \
|| exit 1
}
pbuild::post_build() {
make test
}
pbuild::compile_in_sourcetree
pbuild::add_to_group 'Programming'
pbuild::make_all

View File

@@ -0,0 +1,19 @@
#%Module1.0
module-whatis "scripting language."
module-url "http://www.perl.org/"
module-license "See https://dev.perl.org/licenses/"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
Perl 5 is a highly capable, feature-rich programming language with
over 29 years of development. Perl 5 runs on over 100 platforms from
portables to mainframes and is suitable for both rapid prototyping
and large scale development projects.
'Perl' is a family of languages, 'Perl 6' is part of the family, but
it is a separate language which has its own development team. Its
existence has no significant impact on the continuing development of
'Perl 5'.
"