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