]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-GSSAPI/perl-GSSAPI.nm
binutils: Update to 2.32
[ipfire-3.x.git] / perl-GSSAPI / perl-GSSAPI.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-GSSAPI
7 version = 0.28
8 release = 1
9 thisapp = GSSAPI-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/GSSAPI
13 license = GPL+ or Artistic
14 summary = Perl extension providing access to the GSSAPIv2 library
15
16 description
17 This module gives access to the routines of the GSSAPI library, as
18 described in rfc2743 and rfc2744 and implemented by the Kerberos-1.2
19 distribution from MIT.
20 end
21
22 source_dl = http://www.cpan.org/authors/id/A/AG/AGROLMS/
23
24 build
25 requires
26 krb5-devel
27 perl(ExtUtils::MakeMaker)
28 perl(Test::More) >= 0.47
29 end
30
31 build
32 PERL_MM_USE_DEFAULT=1 perl Makefile.PL \
33 INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
34 make %{PARALLELISMFLAGS}
35 end
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end