1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

- Add rubygem-autoprefixer-rails 5.1.7

Autoprefixer is a tool to parse CSS and add vendor prefixes to CSS rules using
values from the Can I Use. This gem provides Ruby and Ruby on Rails integration
with this JavaScript tool.

WWW: https://github.com/ai/autoprefixer-rails
RG:  https://rubygems.org/gems/autoprefixer-rails
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-16 16:13:02 +00:00
parent 2c81008254
commit a739309b7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381424
4 changed files with 30 additions and 0 deletions

View File

@ -1320,6 +1320,7 @@
SUBDIR += rubygem-amatch
SUBDIR += rubygem-asciidoctor
SUBDIR += rubygem-augeas
SUBDIR += rubygem-autoprefixer-rails
SUBDIR += rubygem-charlock_holmes
SUBDIR += rubygem-coderay
SUBDIR += rubygem-colorator

View File

@ -0,0 +1,21 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= autoprefixer-rails
PORTVERSION= 5.1.7
CATEGORIES= textproc ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse CSS and add vendor prefixes to CSS rules
LICENSE= MIT
RUN_DEPENDS= rubygem-execjs>=0:${PORTSDIR}/devel/rubygem-execjs \
rubygem-json>=0:${PORTSDIR}/devel/rubygem-json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/autoprefixer-rails-5.1.7.gem) = 61f6318c5d601b10aff9ad1a2b7e303fc8d86d21a22e24d52a90f6a5f5dee991
SIZE (rubygem/autoprefixer-rails-5.1.7.gem) = 187392

View File

@ -0,0 +1,6 @@
Autoprefixer is a tool to parse CSS and add vendor prefixes to CSS rules using
values from the Can I Use. This gem provides Ruby and Ruby on Rails integration
with this JavaScript tool.
WWW: https://github.com/ai/autoprefixer-rails
RG: https://rubygems.org/gems/autoprefixer-rails