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