mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Neatly packaged Modernizr JS assets for use in Sprockets or the Rails 3 asset pipeline.
WWW: https://github.com/josh/ruby-modernizr PR: ports/182704 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
parent
1e4b9d737b
commit
2d0ea5fc36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331086
@ -1783,6 +1783,7 @@
|
||||
SUBDIR += rubygem-merb-haml
|
||||
SUBDIR += rubygem-merb-helpers
|
||||
SUBDIR += rubygem-merb-param-protection
|
||||
SUBDIR += rubygem-modernizr
|
||||
SUBDIR += rubygem-mongrel
|
||||
SUBDIR += rubygem-mongrel_cluster
|
||||
SUBDIR += rubygem-multipart-post
|
||||
|
19
www/rubygem-modernizr/Makefile
Normal file
19
www/rubygem-modernizr/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= modernizr
|
||||
PORTVERSION= 2.6.2
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Neatly packaged Modernizr JS assets
|
||||
|
||||
RUN_DEPENDS= rubygem-sprockets>=2.0:${PORTSDIR}/devel/rubygem-sprockets
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-modernizr/distinfo
Normal file
2
www/rubygem-modernizr/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/modernizr-2.6.2.gem) = f461355bb24a013275c8687bbeb02861ac404cd3a1db81a78166376422ac8f3c
|
||||
SIZE (rubygem/modernizr-2.6.2.gem) = 43520
|
3
www/rubygem-modernizr/pkg-descr
Normal file
3
www/rubygem-modernizr/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Neatly packaged Modernizr JS assets for use in Sprockets or the Rails 3 asset pipeline.
|
||||
|
||||
WWW: https://github.com/josh/ruby-modernizr
|
Loading…
Reference in New Issue
Block a user