]> git.ipfire.org Git - ipfire-3.x.git/blob - 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
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-libwww-perl
7 version = 5.837
8 release = 2
9 epoch = 1
10 arch = noarch
11 thisapp = libwww-perl-%{version}
12
13 groups = Development/Libraries
14 url = http://search.cpan.org/dist/libwww-perl/
15 license = GPL+ or Artistic
16 summary = A Perl interface to the World-Wide Web.
17
18 description
19 The libwww-perl collection is a set of Perl modules which provides a simple and
20 consistent application programming interface to the World-Wide Web.
21 end
22
23 source_dl =
24
25 build
26 requires
27 mailcap
28 perl-core
29 perl-devel
30 perl-HTML-Parser
31 perl(Test::More)
32 perl(Compress::Zlib)
33 perl(MIME::Base64)
34 perl(Net::FTP)
35 perl(URI)
36 end
37
38 build
39 perl Makefile.PL INSTALLDIRS=perl --aliases < /dev/null
40 make %{PARALLELISMFLAGS}
41 end
42
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
51 end
52
53 packages
54 package %{name}
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
64 end