Simplify template files by removing run_stuff_<stage>_<phase> variables.
[pkgfs.git] / templates / perl.tmpl
bloba7c27559c6a93eb37ff06fc1e27b605eb69ed6ff
1 # Template build file for 'perl'.
2 pkgname=perl
3 version=5.10.0
4 patch_files="perl-dont-hardcode-rpath.diff"
5 extract_sufx=".tar.gz"
6 url=http://www.cpan.org/src
7 configure_script="Configure"
8 configure_args="-Dusethreads -des -Dprefix=$PKGFS_DESTDIR/$pkgname-$version
9  -Ui_malloc -Uusemymalloc -Dinstallstyle=lib/perl5"
10 build_style=configure
11 short_desc="Practical Extraction and Report Language"
12 maintainer="Juan RP <xtraeme@gmail.com>"
13 checksum=c6614fc99a162790a703f91085b24a60af903ba2
14 long_desc="
15  Perl is a general-purpose programming language originally developed
16  for text manipulation and now used for a wide range of tasks including
17  system administration, web development, network programming, GUI
18  development, and more.  The language is intended to be practical (easy
19  to use, efficient, complete) rather than beautiful (tiny, elegant,
20  minimal).  Its major features are that it's easy to use, supports both
21  procedural and object-oriented (OO) programming, has powerful built-in
22  support for text processing, and has one of the world's most impressive
23  collections of third-party modules."