ipfire-3.x/perl-URI/perl-URI.nm

41 lines
1.0 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = perl-URI
version = 1.67
release = 2
thisapp = URI-%{version}
groups = Development/Libraries
url = http://search.cpan.org/dist/URI/
license = GPL+ or Artistic
summary = A Perl module implementing URI parsing and manipulation.
description
This module implements the URI class. Objects of this class represent
Uniform Resource Identifier references as specified in RFC 2396 (and
updated by RFC 2732).
end
source_dl = http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/
build
arches = noarch
requires
perl(ExtUtils::MakeMaker)
perl(MIME::Base64)
end
build
perl Makefile.PL INSTALLDIRS=perl
make %{PARALLELISMFLAGS}
end
end
packages
package %{name}
end