]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - perl-Authen-SASL/perl-Authen-SASL.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / perl-Authen-SASL / perl-Authen-SASL.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-Authen-SASL
7 version = 2.16
8 release = 1
9 arch = noarch
10 thisapp = Authen-SASL-%{version}
11
12 groups = Development/Libraries
13 url = http://search.cpan.org/dist/Authen-SASL/
14 license = GPL+ or Artistic
15 summary = SASL Authentication framework for Perl
16
17 description
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.
21 end
22
23 source_dl = http://www.cpan.org/authors/id/G/GB/GBARR/
24
25 build
26 requires
27 perl(Digest::HMAC)
28 perl(Digest::MD5)
29 perl(ExtUtils::MakeMaker)
30 perl(File::Path)
31 perl(GSSAPI)
32 end
33
34 build
35 perl Makefile.PL INSTALLDIRS=vendor
36 make %{PARALLELISMFLAGS}
37 end
38 end
39
40 packages
41 package %{name}
42 end