blob: aab4e8060b23a4f332585b3386a8446556851a69 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|