]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - perl-URI/perl-URI.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/ipfire-3.x.git] / perl-URI / perl-URI.nm
CommitLineData
d852ef1f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
d852ef1f
MT
4###############################################################################
5
802ea3af
MT
6name = perl-URI
7version = 1.56
8release = 1
9arch = noarch
10thisapp = URI-%{version}
d852ef1f 11
802ea3af
MT
12groups = Development/Libraries
13url = http://search.cpan.org/dist/URI/
14license = GPL+ or Artistic
15summary = A Perl module implementing URI parsing and manipulation.
d852ef1f 16
802ea3af 17description
d852ef1f
MT
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).
802ea3af
MT
21end
22
23source_dl =
24
25build
26 requires
27 perl(ExtUtils::MakeMaker)
28 perl(MIME::Base64)
29 end
d852ef1f 30
802ea3af
MT
31 build
32 perl Makefile.PL INSTALLDIRS=perl
33 make %{PARALLELISMFLAGS}
34 end
35end
d852ef1f 36
802ea3af
MT
37packages
38 package %{name}
39end