############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = perl-Net-HTTP version = 6.22 release = 2 thisapp = Net-HTTP-%{version} groups = Development/Libraries url = https://metacpan.org/dist/Net-HTTP license = GPL+ or Artistic summary = Low-level HTTP client for perl description The Net::HTTP class is a low-level HTTP client. An instance of the Net::HTTP class represents a connection to an HTTP server. The HTTP protocol is described in RFC 2616. The Net::HTTP class supports HTTP/1.0 and HTTP/1.1. end source_dl = https://cpan.metacpan.org/authors/id/O/OA/OALDERS/ build arches = noarch requires perl(ExtUtils::MakeMaker) perl(Test::More) perl(URI) end build perl Makefile.PL INSTALLDIRS=vendor make %{PARALLELISMFLAGS} end # Testsuite fails. #test # make test #end end packages package %{name} requires perl(:MODULE_COMPAT_%{perl_version}) end end end