summaryrefslogtreecommitdiffstats
path: root/devel/perl/DETAILS
blob: 65ec2d26d3f4c7cc20db1ca296fecaeeb70617c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
           SPELL=perl
         VERSION=5.16.3
  SECURITY_PATCH=2
     SOURCE_HASH=sha512:8328de506dcb8e2f9b0dfbff74aebce11d2edbc9d1fe95ff48b22c2061fc3947278f6abf1b16a63acf109113be2400b059fcb565a4ec83d91fe2a42ed277da5d
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://www.cpan.org/src/5.0/$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