mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
15 lines
337 B
Makefile
15 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.23 2015/09/13 14:41:15 taca Exp $
|
|
|
|
DISTNAME= bundler-1.10.6
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gembundler.com/
|
|
COMMENT= Manage your application's dependencies
|
|
LICENSE= mit
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|