summaryrefslogtreecommitdiffstats
path: root/devel/perl/DETAILS
blob: 03db93a738f77e9ae307fa504bf7d2536731bb16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=perl
         VERSION=5.12.3
     SOURCE_HASH=sha512:7bc0790126e460a5b0ee78f7f34d81d34b13cd0131bca0fcbbb96dad450a69b219c4a15a017b1dadeb8352362262dc79255f31ed0f8dd4c0c4f5a2a27fc37ccf
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://ftp.funet.fi/pub/CPAN/src/$SOURCE
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig
        WEB_SITE=http://www.perl.org/
         ENTERED=20010922
      LICENSE[0]=ART
    DISTCC_HOSTS=""
          CCACHE=off
        KEYWORDS="perl"
           SHORT="Larry Wall's practical extraction and reporting language"
cat << EOF
Perl is a high-level, general-purpose programming language that makes
easy things easy and hard things possible. It is optimized for scanning
arbitrary text files and system administration. It has built-in extended
regular expression matching and replacement, a dataflow mechanism to
improve security with setuid scripts and is extendable via modules that
can interface to C libraries.
EOF