2002-04-17 18:35:32 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2002/04/17 18:35:32 couderc Exp $
|
2002-02-28 17:37:14 +00:00
|
|
|
|
2002-04-17 18:35:32 +00:00
|
|
|
COMMENT= "Ruby interface to LBL Packet Capture library"
|
2002-02-27 01:43:55 +00:00
|
|
|
|
|
|
|
VERSION= 0.6
|
|
|
|
DISTNAME= ruby-pcap-${VERSION}
|
|
|
|
CATEGORIES= net
|
|
|
|
NEED_VERSION= 1.504
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.goto.info.waseda.ac.jp/~fukusima/ruby/pcap-e.html
|
|
|
|
|
2002-02-28 19:30:14 +00:00
|
|
|
MAINTAINER= Damien COUDERC <couderc@openbsd.org>
|
2002-02-27 01:43:55 +00:00
|
|
|
|
|
|
|
# GPL license
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
SUBST_VARS= OPSYS_VER
|
|
|
|
|
|
|
|
MASTER_SITES= http://www.goto.info.waseda.ac.jp/~fukusima/ruby/
|
|
|
|
|
2002-03-16 13:34:34 +00:00
|
|
|
RUN_DEPENDS= ::lang/ruby
|
2002-02-27 01:43:55 +00:00
|
|
|
LIB_DEPENDS= ruby.1.66::lang/ruby
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= simple
|
2002-02-28 19:30:14 +00:00
|
|
|
CONFIGURE_SCRIPT= ${LOCALBASE}/bin/ruby extconf.rb
|
2002-02-27 01:43:55 +00:00
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/pcap
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
cp -R ${WRKSRC}/doc ${PREFIX}/share/doc/ruby-pcap
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|