summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-06-14 07:53:36 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-06-14 07:53:36 +0000
commit750caa52ea84a8266b65e785403ab7c6814c19fd (patch)
tree96964a8852c54d8fb02a1db3f48318b6c6562462 /dev-perl/Nmap-Parser/Nmap-Parser-1.11.ebuild
parent* bump (diff)
downloadhistorical-750caa52ea84a8266b65e785403ab7c6814c19fd.tar.gz
historical-750caa52ea84a8266b65e785403ab7c6814c19fd.tar.bz2
historical-750caa52ea84a8266b65e785403ab7c6814c19fd.zip
Version bump
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-perl/Nmap-Parser/Nmap-Parser-1.11.ebuild')
-rw-r--r--dev-perl/Nmap-Parser/Nmap-Parser-1.11.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Nmap-Parser/Nmap-Parser-1.11.ebuild b/dev-perl/Nmap-Parser/Nmap-Parser-1.11.ebuild
new file mode 100644
index 000000000000..460bff447eae
--- /dev/null
+++ b/dev-perl/Nmap-Parser/Nmap-Parser-1.11.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/Nmap-Parser-1.11.ebuild,v 1.1 2007/06/14 07:53:36 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Nmap::Parser - parse nmap scan data with perl"
+HOMEPAGE="http://search.cpan.org/dist/"
+SRC_URI="mirror://cpan/authors/id/A/AP/APERSAUD/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl
+ virtual/perl-Storable
+ >=dev-perl/XML-Twig-3.16"