diff options
-rw-r--r-- | www/yuicompressor/Makefile | 7 | ||||
-rw-r--r-- | www/yuicompressor/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/yuicompressor/Makefile b/www/yuicompressor/Makefile index 6cc7e2aab3e1..8fb6052d23a9 100644 --- a/www/yuicompressor/Makefile +++ b/www/yuicompressor/Makefile @@ -3,22 +3,25 @@ PORTNAME= yuicompressor PORTVERSION= 2.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www java #MASTER_SITES= http://tml.github.io/yui/ MASTER_SITES+= LOCAL/az -DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .jar EXTRACT_ONLY= # empty MAINTAINER= citrin@citrin.ru COMMENT= The Yahoo! JavaScript and CSS Compressor +LICENSE= BSD3CLAUSE MPL +LICENSE_COMB= multi + NO_WRKSUBDIR= yes USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/yuicompressor %%JAVAJARDIR%%/yuicompressor.jar SUB_FILES= yuicompressor diff --git a/www/yuicompressor/pkg-descr b/www/yuicompressor/pkg-descr index 995e03b3c7b2..1311ecd952cf 100644 --- a/www/yuicompressor/pkg-descr +++ b/www/yuicompressor/pkg-descr @@ -14,4 +14,4 @@ expressions to compress the source CSS file. The YUI Compressor is open-source, so don't hesitate to look at the code to understand exactly how it works. -WWW: http://developer.yahoo.com/yui/compressor/ +WWW: http://yui.github.io/yuicompressor/ |