summaryrefslogtreecommitdiff
path: root/textproc/rubygem-css_parser/Makefile
blob: 3798804d54f60c97fd5d8b0e0c137785c95d31e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	css_parser
PORTVERSION=	1.21.1
CATEGORIES=	textproc www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Set of classes for parsing CSS in Ruby
WWW=		https://github.com/premailer/css_parser

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-addressable>=0:www/rubygem-addressable

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>