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