]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - perl-Test-Simple/perl-Test-Simple.nm
perl-Test-Simple: Remove package because this has ever been in perl itself.
[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
deleted file mode 100644 (file)
index d70a35b..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-###############################################################################
-# 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