File:  [cvs.NetBSD.org] / pkgsrc / www / ruby-css-parser / Makefile
Revision 1.28: download - view: text, annotated - select for diffs
Sun Apr 7 15:15:38 2024 UTC (12 months, 2 weeks ago) by taca
Branches: MAIN
CVS tags: HEAD
www/ruby-css-parser: update to 1.17.0

1.17.0 (2024-04-06)

* Added user_agent as an option to Parser #146

# $NetBSD: Makefile,v 1.28 2024/04/07 15:15:38 taca Exp $

DISTNAME=	css_parser-1.17.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"

CVSweb <webmaster@jp.NetBSD.org>