19b33b9e3f
Version 1.6.0 * Handles font-size/ line-height shorthand with spaces
15 lines
411 B
Makefile
15 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.18 2017/09/10 16:17:12 taca Exp $
|
|
|
|
DISTNAME= css_parser-1.6.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/premailer/css_parser
|
|
COMMENT= Ruby CSS parser
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=0:../../net/ruby-addressable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|