############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = perl-Authen-SASL version = 2.16 release = 3 thisapp = Authen-SASL-%{version} groups = Development/Libraries url = http://search.cpan.org/dist/Authen-SASL/ license = GPL+ or Artistic summary = SASL Authentication framework for Perl description SASL is a generic mechanism for authentication used by several network protocols. Authen::SASL provides an implementation framework that all protocols should be able to share. end source_dl = http://www.cpan.org/authors/id/G/GB/GBARR/ build arches = noarch requires perl(FindBin) perl(Digest::HMAC) perl(Digest::MD5) perl(ExtUtils::MakeMaker) perl(File::Path) perl(GSSAPI) perl(Module::Install) end build perl Makefile.PL INSTALLDIRS=vendor make %{PARALLELISMFLAGS} end # Testsuite is unable to load its own module # and therefore broken. #test # make test #end end packages package %{name} end