]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-Digest-HMAC/perl-Digest-HMAC.nm
git: Update to 2.23.0
[ipfire-3.x.git] / perl-Digest-HMAC / perl-Digest-HMAC.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-Digest-HMAC
7 version = 1.03
8 release = 1
9 arch = noarch
10 thisapp = Digest-HMAC-%{version}
11
12 groups = Development/Libraries
13 url = http://search.cpan.org/dist/Digest-HMAC/
14 license = GPL+ or Artistic
15 summary = Keyed-Hashing for Message Authentication
16
17 description
18 HMAC is used for message integrity checks between two parties that
19 share a secret key, and works in combination with some other Digest
20 algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in
21 RFC 2104.
22 end
23
24 source_dl = http://www.cpan.org/authors/id/G/GA/GAAS/
25
26 build
27 requires
28 perl(Digest::MD5)
29 perl(Digest::SHA1)
30 perl(ExtUtils::MakeMaker)
31 end
32
33 build
34 perl Makefile.PL INSTALLDIRS=vendor
35 make %{PARALLELISMFLAGS}
36 end
37
38 test
39 make test
40 end
41 end
42
43 packages
44 package %{name}
45 end