- Add rubygem-compass-core 1.0.3
The compass core framework is a design-agnostic framework that provides common code that would otherwise be duplicated across other frameworks and extensions. WWW: http://compass-style.org/reference/compass/ RG: https://rubygems.org/gems/compass-core
This commit is contained in:
parent
724db4bb43
commit
6f4f0e31ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388110
4 changed files with 29 additions and 0 deletions
|
@ -1325,6 +1325,7 @@
|
|||
SUBDIR += rubygem-colorator
|
||||
SUBDIR += rubygem-colored
|
||||
SUBDIR += rubygem-compass
|
||||
SUBDIR += rubygem-compass-core
|
||||
SUBDIR += rubygem-compass-rails
|
||||
SUBDIR += rubygem-creole
|
||||
SUBDIR += rubygem-css_parser
|
||||
|
|
21
textproc/rubygem-compass-core/Makefile
Normal file
21
textproc/rubygem-compass-core/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= compass-core
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Compass core stylesheet library and minimum required ruby extensions
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \
|
||||
rubygem-sass>=3.3.0:${PORTSDIR}/textproc/rubygem-sass
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/rubygem-compass-core/distinfo
Normal file
2
textproc/rubygem-compass-core/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/compass-core-1.0.3.gem) = 6ac8bb4cabb5bf80d1a7febbacfd35c1aa83e91a7a511637668dffda38be5a79
|
||||
SIZE (rubygem/compass-core-1.0.3.gem) = 137728
|
5
textproc/rubygem-compass-core/pkg-descr
Normal file
5
textproc/rubygem-compass-core/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
The compass core framework is a design-agnostic framework that provides common
|
||||
code that would otherwise be duplicated across other frameworks and extensions.
|
||||
|
||||
WWW: http://compass-style.org/reference/compass/
|
||||
RG: https://rubygems.org/gems/compass-core
|
Loading…
Reference in a new issue