]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - perl-Crypt-PasswdMD5/perl-Crypt-PasswdMD5.nm
pdns: Update to version 3.4.7
[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
ded3d4af
SS
7version = 1.40
8release = 1
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
ded3d4af
SS
21source_dl = http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/
22sources = %{thisapp}.tgz
8d003a2e
SS
23
24build
25 requires
26 perl(ExtUtils::MakeMaker)
27 end
28
29 build
30 perl Makefile.PL INSTALLDIRS=vendor
31 make %{PARALLELISMFLAGS}
32 end
33
ded3d4af
SS
34 make_install_targets = \
35 pure_install
8d003a2e
SS
36end
37
38packages
39 package %{name}
8d003a2e 40end