############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = perl-IO-Socket-SSL version = 2.016 release = 3 thisapp = IO-Socket-SSL-%{version} groups = Development/Libraries url = http://search.cpan.org/~sullr/%{thisapp}/ license = GPL+ or Artistic summary = SSL sockets with IO::Socket interface description IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary functionality into the familiar IO::Socket interface and providing secure defaults whenever possible. end source_dl = http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/ build arches = noarch requires perl(ExtUtils::MakeMaker) perl(Net::SSLeay) perl(Test::More) >= 0.47 perl(URI) >= 1.50 end build NO_NETWORK_TESTING=1 perl Makefile.PL INSTALLDIRS=vendor make %{PARALLELISMFLAGS} end # Disable testsuite, requires the external perl(MOZILLA::CA) module. #test # make test #end end packages package %{name} end