summaryrefslogtreecommitdiffstats
path: root/devel/perl/DETAILS
blob: 48093fb319d30a700752936122654ca5013ddb3c (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.2
  SECURITY_PATCH=1
     SOURCE_HASH=sha512:e83ce17a6c787ac9477943df5b5288d9787454cf733501daafd0e23f62d13363acc90893dc7bf9c09721594ecfa97233d0dd4417550fa1067c43669fc00e873a
          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