]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - perl-Authen-SASL/perl-Authen-SASL.nm
Change how we make packages "noarch"
[people/pmueller/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 = 2
9 thisapp = Authen-SASL-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/Authen-SASL/
13 license = GPL+ or Artistic
14 summary = SASL Authentication framework for Perl
15
16 description
17 SASL is a generic mechanism for authentication used by several
18 network protocols. Authen::SASL provides an implementation framework
19 that all protocols should be able to share.
20 end
21
22 source_dl = http://www.cpan.org/authors/id/G/GB/GBARR/
23
24 build
25 arches = noarch
26
27 requires
28 perl(FindBin)
29 perl(Digest::HMAC)
30 perl(Digest::MD5)
31 perl(ExtUtils::MakeMaker)
32 perl(File::Path)
33 perl(GSSAPI)
34 perl(Module::Install)
35 end
36
37 build
38 perl Makefile.PL INSTALLDIRS=vendor
39 make %{PARALLELISMFLAGS}
40 end
41
42 # Testsuite is unable to load its own module
43 # and therefore broken.
44 #test
45 # make test
46 #end
47 end
48
49 packages
50 package %{name}
51 end