mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor.
WWW: https://github.com/rgrove/cssmin/
This commit is contained in:
parent
20dfe18cfc
commit
3f86251b0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320412
4 changed files with 22 additions and 0 deletions
|
@ -1281,6 +1281,7 @@
|
|||
SUBDIR += rubygem-colorator
|
||||
SUBDIR += rubygem-colored
|
||||
SUBDIR += rubygem-compass
|
||||
SUBDIR += rubygem-cssmin
|
||||
SUBDIR += rubygem-diff-lcs
|
||||
SUBDIR += rubygem-diffy
|
||||
SUBDIR += rubygem-escape_utils
|
||||
|
|
16
textproc/rubygem-cssmin/Makefile
Normal file
16
textproc/rubygem-cssmin/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cssmin
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_PYTHON= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/rubygem-cssmin/distinfo
Normal file
2
textproc/rubygem-cssmin/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/cssmin-1.0.3.gem) = dae0ea004d0ee1cd030f7624da26841982c69d61270460b1c7129d948a007036
|
||||
SIZE (rubygem/cssmin-1.0.3.gem) = 5632
|
3
textproc/rubygem-cssmin/pkg-descr
Normal file
3
textproc/rubygem-cssmin/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor.
|
||||
|
||||
WWW: https://github.com/rgrove/cssmin/
|
Loading…
Add table
Reference in a new issue