]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-libwww-perl/perl-libwww-perl.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / perl-libwww-perl / perl-libwww-perl.nm
CommitLineData
ab67471f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
ab67471f
SS
4###############################################################################
5
802ea3af
MT
6name = perl-libwww-perl
7version = 5.837
f506ea29 8release = 2
802ea3af
MT
9epoch = 1
10arch = noarch
11thisapp = libwww-perl-%{version}
ab67471f 12
802ea3af
MT
13groups = Development/Libraries
14url = http://search.cpan.org/dist/libwww-perl/
15license = GPL+ or Artistic
16summary = A Perl interface to the World-Wide Web.
ab67471f 17
802ea3af
MT
18description
19 The libwww-perl collection is a set of Perl modules which provides a simple and
ab67471f 20 consistent application programming interface to the World-Wide Web.
802ea3af
MT
21end
22
23source_dl =
24
25build
26 requires
27 mailcap
28 perl-core
29 perl-devel
30 perl-HTML-Parser
802ea3af
MT
31 perl(Test::More)
32 perl(Compress::Zlib)
33 perl(MIME::Base64)
34 perl(Net::FTP)
f506ea29 35 perl(URI)
802ea3af
MT
36 end
37
802ea3af
MT
38 build
39 perl Makefile.PL INSTALLDIRS=perl --aliases < /dev/null
40 make %{PARALLELISMFLAGS}
41 end
42
f506ea29
MT
43 #test
44 # # Use system wide MIME types (link also to blib/... for "make test"). Doing
45 # # this stuff before "make install" would not cause the symlink to be packaged
46 # # but a copy of /etc/mime.types.
47 # ln -svf /etc/mime.types %{DIR_APP}/blib/lib/LWP/media.types
48 #
49 # make test
50 #end
802ea3af
MT
51end
52
53packages
54 package %{name}
f506ea29
MT
55 # Filter string for very weird dependencies.
56 filter_requires
57 HTTP::Headers
58 HTTP::GHTTP
59 Win32
60 Authen::NTLM
61 end
62 end
63
802ea3af 64end