38 lines
807 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2002/04/17 18:35:32 couderc Exp $
2002-02-28 17:37:14 +00:00
COMMENT= "Ruby interface to LBL Packet Capture library"
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>
# 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
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
WRKDIST= ${WRKDIR}/pcap
post-install:
cp -R ${WRKSRC}/doc ${PREFIX}/share/doc/ruby-pcap
.include <bsd.port.mk>