]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - perl-Crypt-PasswdMD5/perl-Crypt-PasswdMD5.nm
perl-Crypt-PasswdMD5: Update to 1.40.
[people/amarx/ipfire-3.x.git] / perl-Crypt-PasswdMD5 / perl-Crypt-PasswdMD5.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-Crypt-PasswdMD5
7 version = 1.40
8 release = 1
9 arch = noarch
10 thisapp = Crypt-PasswdMD5-%{version}
11
12 groups = Development/Libraries
13 url = http://search.cpan.org/dist/Crypt-PasswdMD5
14 license = GPL+
15 summary = Provides interoperable MD5-based crypt() functions.
16
17 description
18 This package provides MD5-based crypt() functions.
19 end
20
21 source_dl = http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/
22 sources = %{thisapp}.tgz
23
24 build
25 requires
26 perl(ExtUtils::MakeMaker)
27 end
28
29 build
30 perl Makefile.PL INSTALLDIRS=vendor
31 make %{PARALLELISMFLAGS}
32 end
33
34 make_install_targets = \
35 pure_install
36 end
37
38 packages
39 package %{name}
40 end