perl: new module added
This commit is contained in:
1
Programming/perl/5/variants
Normal file
1
Programming/perl/5/variants
Normal file
@@ -0,0 +1 @@
|
||||
perl/5.26.1 unstable
|
||||
17
Programming/perl/build
Executable file
17
Programming/perl/build
Executable 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
|
||||
19
Programming/perl/modulefile
Normal file
19
Programming/perl/modulefile
Normal 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'.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user