b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
24 lines
649 B
Makefile
24 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:45 rillig Exp $
|
|
|
|
DISTNAME= rack-1.6.11
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rack/rack16/}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://rack.github.io/
|
|
COMMENT= Modular Ruby webserver interface
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
OVERRIDE_GEMSPEC= :executables rackup=rackup16 \
|
|
:files bin/rackup=bin/rackup16
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
pre-configure:
|
|
${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \;
|
|
${TEST} -f ${WRKSRC}/bin/rackup16 || \
|
|
${MV} ${WRKSRC}/bin/rackup ${WRKSRC}/bin/rackup16
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|