summaryrefslogtreecommitdiff
path: root/dev-perl/Nmap-Parser/Nmap-Parser-1.360.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Nmap-Parser/Nmap-Parser-1.360.0.ebuild')
-rw-r--r--dev-perl/Nmap-Parser/Nmap-Parser-1.360.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/Nmap-Parser/Nmap-Parser-1.360.0.ebuild b/dev-perl/Nmap-Parser/Nmap-Parser-1.360.0.ebuild
deleted file mode 100644
index 231dcc29363c..000000000000
--- a/dev-perl/Nmap-Parser/Nmap-Parser-1.360.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=APERSAUD
-DIST_VERSION=1.36
-DIST_EXAMPLES=( "tools/*" )
-inherit perl-module
-
-DESCRIPTION="Parse nmap scan data with perl"
-HOMEPAGE="https://nmapparser.wordpress.com/ https://metacpan.org/release/Nmap-Parser"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- >=virtual/perl-Storable-2.0.0
- >=dev-perl/XML-Twig-3.160.0"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"