summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Nmap-Parser/Nmap-Parser-1.370.0.ebuild')
-rw-r--r--dev-perl/Nmap-Parser/Nmap-Parser-1.370.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Nmap-Parser/Nmap-Parser-1.370.0.ebuild b/dev-perl/Nmap-Parser/Nmap-Parser-1.370.0.ebuild
new file mode 100644
index 000000000000..db1920ce7a26
--- /dev/null
+++ b/dev-perl/Nmap-Parser/Nmap-Parser-1.370.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=APERSAUD
+DIST_VERSION=1.37
+DIST_EXAMPLES=( "tools/*" )
+inherit perl-module
+
+DESCRIPTION="Parse nmap scan data with perl"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=virtual/perl-Storable-2.0.0
+ >=dev-perl/XML-Twig-3.160.0"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"