diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-09-07 12:46:01 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-09-07 12:46:01 +0000 |
commit | 380816eb4f12a71c81fdfd63f0e1b1905ff79ff2 (patch) | |
tree | 45e9f1ed7482c17c3b859865df8da5198b324e1a /dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild | |
parent | Adding IO-Interface to the tree, dependency of dev-perl/Net-Pcap-0.14 (diff) | |
download | historical-380816eb4f12a71c81fdfd63f0e1b1905ff79ff2.tar.gz historical-380816eb4f12a71c81fdfd63f0e1b1905ff79ff2.tar.bz2 historical-380816eb4f12a71c81fdfd63f0e1b1905ff79ff2.zip |
Version bump
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild')
-rw-r--r-- | dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild b/dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild new file mode 100644 index 000000000000..0f4e8456e626 --- /dev/null +++ b/dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Pcap/Net-Pcap-0.14.ebuild,v 1.1 2006/09/07 12:46:01 yuval Exp $ + +inherit perl-module eutils + +DESCRIPTION="Perl Net::Pcap - Perl binding to the LBL pcap" +SRC_URI="mirror://cpan/authors/id/S/SA/SAPER/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/dist/${P}" +IUSE="" +DEPEND="net-libs/libpcap + dev-lang/perl" +RDEPEND="${DEPEND}" +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86" |