]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - perl-URI/perl-URI.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / perl-URI / perl-URI.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-URI
7 version = 1.56
8 release = 1
9 arch = noarch
10 thisapp = URI-%{version}
11
12 groups = Development/Libraries
13 url = http://search.cpan.org/dist/URI/
14 license = GPL+ or Artistic
15 summary = A Perl module implementing URI parsing and manipulation.
16
17 description
18 This module implements the URI class. Objects of this class represent
19 Uniform Resource Identifier references as specified in RFC 2396 (and
20 updated by RFC 2732).
21 end
22
23 source_dl =
24
25 build
26 requires
27 perl(ExtUtils::MakeMaker)
28 perl(MIME::Base64)
29 end
30
31 build
32 perl Makefile.PL INSTALLDIRS=perl
33 make %{PARALLELISMFLAGS}
34 end
35 end
36
37 packages
38 package %{name}
39 end