]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
perl-libwww-perl: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Mar 2023 15:07:46 +0000 (15:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Mar 2023 15:07:46 +0000 (15:07 +0000)
Nothing seems to require this

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
perl-libwww-perl/perl-libwww-perl.nm [deleted file]

diff --git a/perl-libwww-perl/perl-libwww-perl.nm b/perl-libwww-perl/perl-libwww-perl.nm
deleted file mode 100644 (file)
index 74fe1fb..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = perl-libwww-perl
-version    = 5.837
-release    = 2
-arch       = noarch
-thisapp    = libwww-perl-%{version}
-
-groups     = Development/Libraries
-url        = http://search.cpan.org/dist/libwww-perl/
-license    = GPL+ or Artistic
-summary    = A Perl interface to the World-Wide Web.
-
-description
-       The libwww-perl collection is a set of Perl modules which provides a simple and
-       consistent application programming interface to the World-Wide Web.
-end
-
-source_dl  =
-
-build
-       requires
-               mailcap
-               perl-core
-               perl-devel
-               perl-HTML-Parser
-               perl(Test::More)
-               perl(Compress::Zlib)
-               perl(MIME::Base64)
-               perl(Net::FTP)
-               perl(URI)
-       end
-
-       build
-               perl Makefile.PL INSTALLDIRS=perl --aliases < /dev/null
-               make %{PARALLELISMFLAGS}
-       end
-
-       #test
-       #       # Use system wide MIME types (link also to blib/... for "make test").  Doing
-       #       # this stuff before "make install" would not cause the symlink to be packaged
-       #       # but a copy of /etc/mime.types.
-       #       ln -svf /etc/mime.types %{DIR_APP}/blib/lib/LWP/media.types
-       #
-       #       make test
-       #end
-end
-
-packages
-       package %{name}
-               # Filter string for very weird dependencies.
-               filter_requires
-                       HTTP::Headers
-                       HTTP::GHTTP
-                       Win32
-                       Authen::NTLM
-               end
-       end
-
-end