mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
411 B
Makefile
17 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/12/13 17:23:25 taca Exp $
|
|
|
|
DISTNAME= sprockets-3.5.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sstephenson/sprockets
|
|
COMMENT= Rack-based asset packaging system
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.6<3:../../www/ruby-rack
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|