]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-Crypt-PasswdMD5/perl-Crypt-PasswdMD5.nm
json-c: Update to version 0.17-20230812
[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 = 2
9 thisapp = Crypt-PasswdMD5-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/Crypt-PasswdMD5
13 license = GPL+
14 summary = Provides interoperable MD5-based crypt() functions.
15
16 description
17 This package provides MD5-based crypt() functions.
18 end
19
20 source_dl = http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/
21 sources = %{thisapp}.tgz
22
23 build
24 arches = noarch
25
26 requires
27 perl(ExtUtils::MakeMaker)
28 end
29
30 build
31 perl Makefile.PL INSTALLDIRS=vendor
32 make %{PARALLELISMFLAGS}
33 end
34
35 make_install_targets = \
36 pure_install
37 end
38
39 packages
40 package %{name}
41 end