freebsd-ports/www/rubygem-crass/Makefile
Steve Wills b45e8184f3 www/rubygem-crass: create port
Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 draft.

WWW: https://github.com/rgrove/crass/
2014-09-27 05:58:19 +00:00

16 lines
304 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= crass
PORTVERSION= 0.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= CSS parser based on the CSS Syntax Level 3 draft
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>