mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
427 B
Makefile
18 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/02/04 15:27:06 taca Exp $
|
|
|
|
DISTNAME= launchy-2.4.3
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/copiousfreetime/launchy
|
|
COMMENT= Ruby class for launching applications
|
|
LICENSE= isc
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
|
|
|
|
USE_RAKE= YES
|
|
RUBY_RDOC_REQD= 3.12
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|