blob: 9ff6e74a9dc5d73c73a8d68b9fb3d185145260ce (
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.14.0
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>
|