diff options
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" |