mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
421 B
Makefile
20 lines
421 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD:ruby/Makefile 449546 2017-09-10 13:09:09Z sunpoet $
|
|
|
|
PORTNAME= css_parser
|
|
PORTVERSION= 1.6.0
|
|
CATEGORIES= textproc www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Set of classes for parsing CSS in Ruby
|
|
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=0:ruby/rubygem-addressable
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|