mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
358 B
Makefile
17 lines
358 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD: head/www/rubygem-crass/Makefile 466896 2018-04-09 18:51:35Z sunpoet $
|
|
|
|
PORTNAME= crass
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= CSS parser based on the CSS Syntax Level 3 draft
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|