diff options
author | swills <swills@FreeBSD.org> | 2011-06-19 01:50:44 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-06-19 01:50:44 +0800 |
commit | 6e5a68b73a5cfb7f87e699017545f89d3e4444c5 (patch) | |
tree | 3e05962d16cd55a1f8300e59cf4f683e65974ddb /devel | |
parent | d369df885dffbeebe7932457ea06c0c7384290cd (diff) | |
download | freebsd-ports-gnome-6e5a68b73a5cfb7f87e699017545f89d3e4444c5.tar.gz freebsd-ports-gnome-6e5a68b73a5cfb7f87e699017545f89d3e4444c5.tar.zst freebsd-ports-gnome-6e5a68b73a5cfb7f87e699017545f89d3e4444c5.zip |
A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.
WWW: http://rubygems.org/gems/yui-compressor
PR: ports/157951
Submitted by: rpsfa at rit.edu
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-yui-compressor/Makefile | 21 | ||||
-rw-r--r-- | devel/rubygem-yui-compressor/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-yui-compressor/pkg-descr | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d8e6874aa300..2ca79a3d3610 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3348,6 +3348,7 @@ SUBDIR += rubygem-warbler SUBDIR += rubygem-webby SUBDIR += rubygem-yajl-ruby + SUBDIR += rubygem-yui-compressor SUBDIR += rubygem-zentest SUBDIR += rubygem-zoom SUBDIR += rudeconfig diff --git a/devel/rubygem-yui-compressor/Makefile b/devel/rubygem-yui-compressor/Makefile new file mode 100644 index 000000000000..3c38bc610f23 --- /dev/null +++ b/devel/rubygem-yui-compressor/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: rubygem-yui-compressor +# Date created: 2011-06-16 +# Whom: rpsfa@rit.edu +# +# $FreeBSD$ + +PORTNAME= yui-compressor +PORTVERSION= 0.9.6 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= rpsfa@rit.edu +COMMENT= A YUI Compressor for minifying JavaScript and CSS assets + +RUN_DEPENDS= rubygem-popen4>=0.1.4:${PORTSDIR}/devel/rubygem-popen4 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-yui-compressor/distinfo b/devel/rubygem-yui-compressor/distinfo new file mode 100644 index 000000000000..322cc62bb60b --- /dev/null +++ b/devel/rubygem-yui-compressor/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/yui-compressor-0.9.6.gem) = eaef8e56c63a490157df1dc9eec74d7a6448ace684547218ff80ee87646c349f +SIZE (rubygem/yui-compressor-0.9.6.gem) = 819200 diff --git a/devel/rubygem-yui-compressor/pkg-descr b/devel/rubygem-yui-compressor/pkg-descr new file mode 100644 index 000000000000..a42f6e81785d --- /dev/null +++ b/devel/rubygem-yui-compressor/pkg-descr @@ -0,0 +1,3 @@ +A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets. + +WWW: http://rubygems.org/gems/yui-compressor |