mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
Add rubygem-sprockets2 2.12.5 (copied from rubygem-sprockets)
- Update version requirement of RUN_DEPENDS - Add PORTSCOUT
This commit is contained in:
parent
7df5601f2b
commit
ba8d4b8328
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521052
4 changed files with 40 additions and 0 deletions
|
@ -6249,6 +6249,7 @@
|
|||
SUBDIR += rubygem-sprockets-rails-rails50
|
||||
SUBDIR += rubygem-sprockets-rails-rails52
|
||||
SUBDIR += rubygem-sprockets-sass
|
||||
SUBDIR += rubygem-sprockets2
|
||||
SUBDIR += rubygem-sprockets3
|
||||
SUBDIR += rubygem-spruz
|
||||
SUBDIR += rubygem-state_machine
|
||||
|
|
30
devel/rubygem-sprockets2/Makefile
Normal file
30
devel/rubygem-sprockets2/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Created by: Mikhail T. <m.tsatsenko@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sprockets
|
||||
PORTVERSION= 2.12.5
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby library that preprocesses and concatenates JavaScript files
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-hike1>=1.2,1<2,1:devel/rubygem-hike1 \
|
||||
rubygem-multi_json>=1.0<2:devel/rubygem-multi_json \
|
||||
rubygem-rack16>=1.0<2:www/rubygem-rack16 \
|
||||
rubygem-tilt1>=1.1<2:devel/rubygem-tilt1
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/sprockets
|
||||
|
||||
PORTSCOUT= limit:^2\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-sprockets2/distinfo
Normal file
3
devel/rubygem-sprockets2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1532975813
|
||||
SHA256 (rubygem/sprockets-2.12.5.gem) = 189abd3b5ba40a6815cdfbccba16ee8d56d87a0c4f4ea538e08a6d0e56bf9282
|
||||
SIZE (rubygem/sprockets-2.12.5.gem) = 43008
|
6
devel/rubygem-sprockets2/pkg-descr
Normal file
6
devel/rubygem-sprockets2/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Sprockets is a Ruby library that preprocesses and concatenates
|
||||
JavaScript source files. It takes any number of source files
|
||||
and preprocesses them line-by-line in order to build a single
|
||||
concatenation.
|
||||
|
||||
WWW: https://github.com/rails/sprockets
|
Loading…
Add table
Reference in a new issue