]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - perl-TimeDate/perl-TimeDate.nm
Change how we make packages "noarch"
[people/pmueller/ipfire-3.x.git] / perl-TimeDate / perl-TimeDate.nm
CommitLineData
3ae77bb0
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-TimeDate
7version = 2.33
8release = 1
3ae77bb0
SS
9thisapp = TimeDate-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/TimeDate/
13license = GPL+ or Artistic
14summary = A Perl module for time and date manipulation
15
16description
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.
22end
23
24source_dl = https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/
25
26build
5cd803df
MT
27 arches = noarch
28
3ae77bb0
SS
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
42end
43
44packages
45 package %{name}
46end