Update textproc/rubygem-css_parser to version 1.4.1
[dports.git] / textproc / rubygem-css_parser / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       css_parser
5 PORTVERSION=    1.4.1
6 CATEGORIES=     textproc www rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     sunpoet@FreeBSD.org
10 COMMENT=        Set of classes for parsing CSS in Ruby
11
12 LICENSE=        MIT
13
14 RUN_DEPENDS=    rubygem-addressable>=0:www/rubygem-addressable
15
16 NO_ARCH=        yes
17 USE_RUBY=       yes
18 USE_RUBYGEMS=   yes
19 RUBYGEM_AUTOPLIST=      yes
20
21 .include <bsd.port.mk>