]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - perl-Authen-SASL/perl-Authen-SASL.nm
perl-Authen-SASL: Update build requirements.
[people/stevee/ipfire-3.x.git] / perl-Authen-SASL / perl-Authen-SASL.nm
CommitLineData
f192186c
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-Authen-SASL
7version = 2.16
39a49de8 8release = 2
f192186c
MT
9arch = noarch
10thisapp = Authen-SASL-%{version}
11
12groups = Development/Libraries
13url = http://search.cpan.org/dist/Authen-SASL/
14license = GPL+ or Artistic
15summary = SASL Authentication framework for Perl
16
17description
18 SASL is a generic mechanism for authentication used by several
19 network protocols. Authen::SASL provides an implementation framework
20 that all protocols should be able to share.
21end
22
23source_dl = http://www.cpan.org/authors/id/G/GB/GBARR/
24
25build
26 requires
39a49de8 27 perl(FindBin)
f192186c
MT
28 perl(Digest::HMAC)
29 perl(Digest::MD5)
30 perl(ExtUtils::MakeMaker)
31 perl(File::Path)
32 perl(GSSAPI)
39a49de8 33 perl(Module::Install)
f192186c
MT
34 end
35
36 build
37 perl Makefile.PL INSTALLDIRS=vendor
38 make %{PARALLELISMFLAGS}
39 end
39a49de8
SS
40
41 # Testsuite is unable to load its own module
42 # and therefore broken.
43 #test
44 # make test
45 #end
f192186c
MT
46end
47
48packages
49 package %{name}
50end