summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-27 16:16:28 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-27 16:16:28 +0000
commit9bd0a0ddcd4f25798e9827814e18eb20a68c2cb0 (patch)
treed2c256cd6cf7c44290eca613782127fa3213ab0b /dev-perl/NetPacket/NetPacket-0.04.ebuild
parentVersion bump (diff)
downloadgentoo-2-9bd0a0ddcd4f25798e9827814e18eb20a68c2cb0.tar.gz
gentoo-2-9bd0a0ddcd4f25798e9827814e18eb20a68c2cb0.tar.bz2
gentoo-2-9bd0a0ddcd4f25798e9827814e18eb20a68c2cb0.zip
Version bump
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/NetPacket/NetPacket-0.04.ebuild')
-rw-r--r--dev-perl/NetPacket/NetPacket-0.04.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/NetPacket/NetPacket-0.04.ebuild b/dev-perl/NetPacket/NetPacket-0.04.ebuild
new file mode 100644
index 000000000000..fa1ed75f2e14
--- /dev/null
+++ b/dev-perl/NetPacket/NetPacket-0.04.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/NetPacket-0.04.ebuild,v 1.1 2006/08/27 16:16:28 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl NetPacket - network packets assembly/disassembly"
+SRC_URI="mirror://cpan/authors/id/A/AT/ATRAK/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/NetPacket/${P}.readme"
+IUSE=""
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"