- Add LICENSE_FILE

- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-07-17 09:02:15 +00:00
parent deb6e8c8fe
commit 77c31a2163
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506794
2 changed files with 3 additions and 1 deletions

View File

@ -12,12 +12,14 @@ MAINTAINER= nivit@FreeBSD.org
COMMENT= CSS optimizer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= node:www/node
GH_ACCOUNT= css
NO_BUILD= yes
NO_ARCH= yes
USE_GITHUB= yes

View File

@ -2,4 +2,4 @@ CSSO (CSS Optimizer) is a CSS minimizer unlike others. In addition to usual
minification techniques it can perform structural optimization of CSS files,
resulting in smaller file size compared to other minifiers.
WWW: http://bem.info/tools/csso/
WWW: https://github.com/css/csso/