mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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
This commit is contained in:
parent
4fce67ac9f
commit
a93cfeba2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275784
@ -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
|
||||
|
21
devel/rubygem-yui-compressor/Makefile
Normal file
21
devel/rubygem-yui-compressor/Makefile
Normal file
@ -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>
|
2
devel/rubygem-yui-compressor/distinfo
Normal file
2
devel/rubygem-yui-compressor/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/yui-compressor-0.9.6.gem) = eaef8e56c63a490157df1dc9eec74d7a6448ace684547218ff80ee87646c349f
|
||||
SIZE (rubygem/yui-compressor-0.9.6.gem) = 819200
|
3
devel/rubygem-yui-compressor/pkg-descr
Normal file
3
devel/rubygem-yui-compressor/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.
|
||||
|
||||
WWW: http://rubygems.org/gems/yui-compressor
|
Loading…
Reference in New Issue
Block a user