stephan 69c9f53e99 import pcaprub-msf, the Metasploit fork of ruby-pcap, needed by the soon
to be imported Metasploit framework:

This goal of this project is to provide a consistent interface to LBL's
libpcap packet capture library. This project was created because the
currently available ruby-pcap library is poorly designed and has been
unmaintained since 2000. This does not provide packet processing
functionality, it simply provides the interface for capturing packets.
This version has been forked by the Metasploit project.

ok jasper@
2010-12-23 10:29:52 +00:00

28 lines
686 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/23 10:29:52 stephan Exp $
COMMENT = Ruby interface to LBL pcap library (Metasploit fork)
DISTNAME = pcaprub-msf-r7343
PKGNAME = pcaprub-msf-7343
CATEGORIES = net
EXTRACT_SUFX = .tgz
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
HOMEPAGE = http://www.metasploit.com/redmine/projects/framework/repository/show/external/pcaprub
MASTER_SITES = http://distfiles.nl/
# LGPL v2.1
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WRKDIST = ${WRKDIR}/pcaprub-msf
WANTLIB = pcap
MODULES = lang/ruby
NO_REGRESS = yes
CONFIGURE_STYLE = ruby extconf
.include <bsd.port.mk>