14bdac5d2e
rubygem-css_parser is a CSS Parser which loads, parses and cascades CSS rule sets in Ruby. WWW: https://github.com/premailer/css_parser RG: https://rubygems.org/gems/css_parser
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= css_parser
|
|
PORTVERSION= 1.3.6
|
|
CATEGORIES= textproc www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Set of classes for parsing CSS in Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=0:${PORTSDIR}/www/rubygem-addressable
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|