]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - perl-Test-Simple/perl-Test-Simple.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / perl-Test-Simple / perl-Test-Simple.nm
diff --git a/perl-Test-Simple/perl-Test-Simple.nm b/perl-Test-Simple/perl-Test-Simple.nm
new file mode 100644 (file)
index 0000000..d70a35b
--- /dev/null
@@ -0,0 +1,42 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = Test-Simple
+version    = 0.98
+release    = 1
+arch       = noarch
+
+groups     = Development/Libratries
+url        = http://search.cpan.org/dist/Test-Simple/
+license    = GPL+ or Artistic
+summary    = Basic utilities for writing tests.
+
+description
+       This package provides the bulk of the core testing facilities.  For more
+       information, see perldoc for Test::Simple, Test::More, etc.
+end
+
+source_dl  =
+
+build
+       requires
+               perl-core
+               perl-devel
+               perl(Test::Harness)
+       end
+
+       build
+               perl Makefile.PL INSTALLDIRS=perl
+               make %{PARALLELISMFLAGS}
+       end
+
+       test
+               make test
+       end
+end
+
+packages
+       package perl-%{name}
+end