diff options
author | garga <garga@FreeBSD.org> | 2008-12-09 20:44:39 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-12-09 20:44:39 +0800 |
commit | e3e0f130b42fb4da45e9463320f9af45582abf67 (patch) | |
tree | dbc8d1d224b2ae21f3140be66981161e95d445f9 /www/Makefile | |
parent | 5af8f0471efacbd3aaeb23b8da2838616375e7ca (diff) | |
download | freebsd-ports-gnome-e3e0f130b42fb4da45e9463320f9af45582abf67.tar.gz freebsd-ports-gnome-e3e0f130b42fb4da45e9463320f9af45582abf67.tar.zst freebsd-ports-gnome-e3e0f130b42fb4da45e9463320f9af45582abf67.zip |
The YUI Library is a set of utilities and controls, written in JavaScript, for
building richly interactive web applications using techniques such as DOM
scripting, DHTML and AJAX. YUI is available under a BSD license and is free for
all uses. The YUI project includes the YUI Library and two build-time tools: YUI
Compressor (minification) and YUI Doc (documentation engine for JavaScript
code).
WWW: http://developer.yahoo.com/yui/
PR: ports/129520
Submitted by: BluePex Security Solutions <freebsd-ports at bluepex.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 71fbd7735694..52da378461e6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1621,6 +1621,7 @@ SUBDIR += yanopaste SUBDIR += yaws SUBDIR += youtube_dl + SUBDIR += yui SUBDIR += yuicompressor SUBDIR += zend-framework SUBDIR += zenphoto |