]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-Authen-SASL/perl-Authen-SASL.nm
libuv: New package
[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
8release = 1
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
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
38end
39
40packages
41 package %{name}
42end