]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-TimeDate/perl-TimeDate.nm
intel-microcode: Set correct permissions for dirs and files
[ipfire-3.x.git] / perl-TimeDate / perl-TimeDate.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-TimeDate
7 version = 2.33
8 release = 1
9 arch = noarch
10 thisapp = TimeDate-%{version}
11
12 groups = Development/Libraries
13 url = http://search.cpan.org/dist/TimeDate/
14 license = GPL+ or Artistic
15 summary = A Perl module for time and date manipulation
16
17 description
18 This module includes a number of smaller modules suited for
19 manipulation of time and date strings with Perl. In particular, the
20 Date::Format and Date::Parse modules can display and read times and
21 dates in various formats, providing a more reliable interface to
22 textual representations of points in time.
23 end
24
25 source_dl = https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/
26
27 build
28 requires
29 perl(ExtUtils::MakeMaker)
30 perl(Test::More)
31 end
32
33 build
34 perl Makefile.PL INSTALLDIRS=perl
35 make %{PARALLELISMFLAGS}
36 end
37
38 test
39 make test
40 end
41 end
42
43 packages
44 package %{name}
45 end