pkgsrc/devel/ruby-hashery/Makefile
rillig 508923f461 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:13 +00:00

14 lines
358 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:40 rillig Exp $
DISTNAME= hashery-2.1.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://rubyworks.github.com/hashery
COMMENT= Facets-bread collection of Hash-like classes
LICENSE= mit
OVERRIDE_GEMSPEC= :require_paths alt=
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"