# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MODULE_AUTHOR=ABERGMAN inherit perl-module DESCRIPTION="Perl extension for reassembly of TCP/IP streams using the libnids package" SLOT="0" LICENSE="Artistic" KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl net-libs/libnids" SRC_TEST="do" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}.patch }