diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2021-11-21 07:56:27 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2021-11-22 15:17:58 +0000 |
commit | 0bbacd67dc435bd595e7ef204fb002e2ee2df210 (patch) | |
tree | 578fafe22ebcbab7f6facb6a6ab5b78d8191eaa5 /textproc | |
parent | e838ff6fa8d679a95eb5d37aa8d690f2f14b1551 (diff) |
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-autoprefixer-rails1025/Makefile | 22 | ||||
-rw-r--r-- | textproc/rubygem-autoprefixer-rails1025/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-autoprefixer-rails1025/pkg-descr | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 55114ececfeb..fd6af9076a1b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1593,6 +1593,7 @@ SUBDIR += rubygem-autoprefixer-rails SUBDIR += rubygem-autoprefixer-rails-node16 SUBDIR += rubygem-autoprefixer-rails1020 + SUBDIR += rubygem-autoprefixer-rails1025 SUBDIR += rubygem-babel-source SUBDIR += rubygem-babel-transpiler SUBDIR += rubygem-babosa diff --git a/textproc/rubygem-autoprefixer-rails1025/Makefile b/textproc/rubygem-autoprefixer-rails1025/Makefile new file mode 100644 index 000000000000..744266f6f57e --- /dev/null +++ b/textproc/rubygem-autoprefixer-rails1025/Makefile @@ -0,0 +1,22 @@ +PORTNAME= autoprefixer-rails +PORTVERSION= 10.2.5.1 +CATEGORIES= textproc ruby +MASTER_SITES= RG +PKGNAMESUFFIX= 1025 + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Parse CSS and add vendor prefixes to CSS rules + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-execjs>=0:devel/rubygem-execjs + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PORTSCOUT= limit:^10\.2\.5\. + +.include <bsd.port.mk> diff --git a/textproc/rubygem-autoprefixer-rails1025/distinfo b/textproc/rubygem-autoprefixer-rails1025/distinfo new file mode 100644 index 000000000000..80201417f5bc --- /dev/null +++ b/textproc/rubygem-autoprefixer-rails1025/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1637592026 +SHA256 (rubygem/autoprefixer-rails-10.2.5.1.gem) = 3711d67f1112361c7628847ac192d8aa6f3b8abe47527aee8a69dc8985e798ee +SIZE (rubygem/autoprefixer-rails-10.2.5.1.gem) = 675328 diff --git a/textproc/rubygem-autoprefixer-rails1025/pkg-descr b/textproc/rubygem-autoprefixer-rails1025/pkg-descr new file mode 100644 index 000000000000..b14e04cfa1ff --- /dev/null +++ b/textproc/rubygem-autoprefixer-rails1025/pkg-descr @@ -0,0 +1,5 @@ +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 |