6b88656a26
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md https://github.com/premailer/css_parser/commits/master
21 lines
418 B
Makefile
21 lines
418 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= css_parser
|
|
PORTVERSION= 1.4.8
|
|
CATEGORIES= textproc www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Set of classes for parsing CSS in Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-addressable>=0:www/rubygem-addressable
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|