aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-04 19:38:57 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-04 19:38:57 +0000
commit7fb0aead782b65f638cc53551308b952769c3485 (patch)
tree2dfa263cf2e25ae28c62b736a4133043f3c901d9 /dev
parent81d3605ab338e6b972c284f5c5081e9f53687338 (diff)
downloadslackbuilds-7fb0aead782b65f638cc53551308b952769c3485.tar.gz
slackbuilds-7fb0aead782b65f638cc53551308b952769c3485.tar.bz2
perl-libwww-perl update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@794 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev')
-rwxr-xr-xdev/perl/perl-libwww-perl/perl-libwww-perl.SlackBuild14
-rw-r--r--dev/perl/perl-libwww-perl/slack-required3
2 files changed, 10 insertions, 7 deletions
diff --git a/dev/perl/perl-libwww-perl/perl-libwww-perl.SlackBuild b/dev/perl/perl-libwww-perl/perl-libwww-perl.SlackBuild
index f393b445..eebdc684 100755
--- a/dev/perl/perl-libwww-perl/perl-libwww-perl.SlackBuild
+++ b/dev/perl/perl-libwww-perl/perl-libwww-perl.SlackBuild
@@ -76,7 +76,7 @@ cd $FILE_NAME-$VERSION
# config and install!
mkdir -p /install
-perl Makefile.PL
+perl Makefile.PL -n
make
make test
make install DESTDIR=$TMP/package-$PACKAGE
@@ -105,12 +105,12 @@ cat << EOF > install/slack-desc
|-----handy-ruler-----------------------------------------------------|
perl-libwww-perl: perl-libwww-perl
perl-libwww-perl:
-perl-libwww-perl:
-perl-libwww-perl:
-perl-libwww-perl:
-perl-libwww-perl:
-perl-libwww-perl:
-perl-libwww-perl:
+perl-libwww-perl: The libwww-perl collection is a set of Perl modules which provides
+perl-libwww-perl: a simple and consistent application programming interface to the
+perl-libwww-perl: World-Wide Web. The main focus of the library is to provide classes
+perl-libwww-perl: and functions that allow you to write WWW clients. The library also
+perl-libwww-perl: contain modules that are of more general use and even classes that
+perl-libwww-perl: help you implement simple HTTP servers.
perl-libwww-perl:
perl-libwww-perl:
perl-libwww-perl:
diff --git a/dev/perl/perl-libwww-perl/slack-required b/dev/perl/perl-libwww-perl/slack-required
new file mode 100644
index 00000000..79fa972b
--- /dev/null
+++ b/dev/perl/perl-libwww-perl/slack-required
@@ -0,0 +1,3 @@
+perl-compress-zlib
+perl-html-parser
+perl-digest-md5