summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Coie <rac@gentoo.org>2003-06-08 08:53:55 +0000
committerRobert Coie <rac@gentoo.org>2003-06-08 08:53:55 +0000
commita2c852df72a9476bad6bfbeaa3b2346321cb8b6b (patch)
tree9af3ea24183b94292636c07f2fd8232de4014a03 /dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild
parentupstream version bump, misc fixes (diff)
downloadgentoo-2-a2c852df72a9476bad6bfbeaa3b2346321cb8b6b.tar.gz
gentoo-2-a2c852df72a9476bad6bfbeaa3b2346321cb8b6b.tar.bz2
gentoo-2-a2c852df72a9476bad6bfbeaa3b2346321cb8b6b.zip
ebuild syntax fixes
Diffstat (limited to 'dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild')
-rw-r--r--dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild
index 2fb62c2e6dd7..13c6a3caa92a 100644
--- a/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild
+++ b/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild
@@ -1,12 +1,14 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-PcapUtils/Net-PcapUtils-0.01.ebuild,v 1.2 2003/06/08 08:53:53 rac Exp $
+
inherit perl-module
-S=${WORKDIR}/${P}
DESCRIPTION="Perl Net::PcapUtils - Net::Pcap library utils"
SRC_URI="http://www.cpan.org/modules/by-module/Net/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/"
-
+HOMEPAGE="http://www.cpan.org/modules/by-module/Net/${P}.readme"
+IUSE=""
DEPEND="dev-perl/Net-Pcap"
-
SLOT="0"
-LICENSE="Artistic"
+LICENSE="Artistic | GPL-2"
KEYWORDS="~x86"