diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-16 16:13:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-16 16:13:02 +0000 |
commit | a739309b7bb8bcf7158a1744a7d5614e5b5300f3 (patch) | |
tree | ba7486ea0742e1019c370d4f3174801acb87978c /textproc/rubygem-autoprefixer-rails | |
parent | 2c810082548465e9c8aa4939e97243468e3b3bcc (diff) | |
download | ports-a739309b7bb8bcf7158a1744a7d5614e5b5300f3.tar.gz ports-a739309b7bb8bcf7158a1744a7d5614e5b5300f3.zip |
Notes
Diffstat (limited to 'textproc/rubygem-autoprefixer-rails')
-rw-r--r-- | textproc/rubygem-autoprefixer-rails/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-autoprefixer-rails/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-autoprefixer-rails/pkg-descr | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/rubygem-autoprefixer-rails/Makefile b/textproc/rubygem-autoprefixer-rails/Makefile new file mode 100644 index 000000000000..cea73f76dcfd --- /dev/null +++ b/textproc/rubygem-autoprefixer-rails/Makefile @@ -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> diff --git a/textproc/rubygem-autoprefixer-rails/distinfo b/textproc/rubygem-autoprefixer-rails/distinfo new file mode 100644 index 000000000000..c5244bf45c61 --- /dev/null +++ b/textproc/rubygem-autoprefixer-rails/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/autoprefixer-rails-5.1.7.gem) = 61f6318c5d601b10aff9ad1a2b7e303fc8d86d21a22e24d52a90f6a5f5dee991 +SIZE (rubygem/autoprefixer-rails-5.1.7.gem) = 187392 diff --git a/textproc/rubygem-autoprefixer-rails/pkg-descr b/textproc/rubygem-autoprefixer-rails/pkg-descr new file mode 100644 index 000000000000..e67c56beb808 --- /dev/null +++ b/textproc/rubygem-autoprefixer-rails/pkg-descr @@ -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 |