pkgsrc/net/ruby-icmp/Makefile
taca c0502dc56a Update ruby-icmp package to 0.2.2 migrating to use new framework
for Ruby packages.

Changes are unknown but it is written as pure Ruby script,
no C language extention and works with Ruby 1.8 and lator.
2004-11-28 04:13:56 +00:00

25 lines
726 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/11/28 04:13:56 taca Exp $
# FreeBSD: ports/net/ruby-icmp/Makefile,v 1.2 2000/11/02 19:06:06 knu Exp
DISTNAME= icmp-0.2.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= net ruby
MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/
MAINTAINER= taca@NetBSD.org
HOMEPAGE= # not available
COMMENT= Ruby module for handling ICMP packets
USE_RUBY_INSTALL= yes
NO_BUILD= yes
REPLACE_RUBY= sample/ping.rb sample/traceroute.rb
EXAMPLES= sample/ping.rb sample/traceroute.rb
post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/icmp
.for f in ${EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/icmp
.endfor
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"