pkgsrc/www/ruby-compass-susy-plugin/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

14 lines
379 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/26 17:32:24 rillig Exp $
DISTNAME= compass-susy-plugin-0.9
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.oddbird.net/susy/
COMMENT= Compass plugin grid system
LICENSE= modified-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-compass>=0.11.1:../../www/ruby-compass
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"