pkgsrc/misc/ruby-launchy/Makefile
jlam 103ec37cf4 Initial import of ruby18-launchy-0.3.1 as misc/ruby-launchy.
Launchy is helper class for launching cross-platform applications in
a fire and forget manner.

There are application concepts (browser, email client, etc.) that are
common across all platforms, and they may be launched differently on
each platform.  Launchy is here to make a common approach to launching
external application from within Ruby programs.
2008-04-04 15:20:05 +00:00

14 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:20:05 jlam Exp $
DISTNAME= launchy-0.3.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://copiousfreetime.rubyforge.org/launchy/
COMMENT= Ruby class for launching applications
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"