65c273dbfc
Changes: https://github.com/rgrove/crass/releases https://github.com/rgrove/crass/blob/master/HISTORY.md
19 lines
334 B
Makefile
19 lines
334 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crass
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= CSS parser based on the CSS Syntax Level 3 draft
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|