mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Remove USES=python - Bump PORTREVISION for dependency change
This commit is contained in:
parent
91a0ab8abf
commit
86cfa630be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387214
2 changed files with 4 additions and 2 deletions
|
@ -2,13 +2,15 @@
|
||||||
|
|
||||||
PORTNAME= cssmin
|
PORTNAME= cssmin
|
||||||
PORTVERSION= 1.0.3
|
PORTVERSION= 1.0.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc rubygems
|
CATEGORIES= textproc rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor
|
COMMENT= Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor
|
||||||
|
|
||||||
USES= python
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor.
|
Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor.
|
||||||
|
|
||||||
WWW: https://github.com/rgrove/cssmin/
|
WWW: https://github.com/rgrove/cssmin
|
||||||
|
|
Loading…
Add table
Reference in a new issue