mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
New port: textproc/rubygem-compass-blueprint
Compass extension for blueprint css framework. WWW: https://github.com/Compass/compass-blueprint
This commit is contained in:
parent
64ca842801
commit
6d13a9cc76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490462
@ -1524,6 +1524,7 @@
|
||||
SUBDIR += rubygem-colored
|
||||
SUBDIR += rubygem-commonmarker
|
||||
SUBDIR += rubygem-compass
|
||||
SUBDIR += rubygem-compass-blueprint
|
||||
SUBDIR += rubygem-compass-core
|
||||
SUBDIR += rubygem-compass-import-once
|
||||
SUBDIR += rubygem-creole
|
||||
|
21
textproc/rubygem-compass-blueprint/Makefile
Normal file
21
textproc/rubygem-compass-blueprint/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= compass-blueprint
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= textproc ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= t.zuehlsdorff@anymotion.de
|
||||
COMMENT= Compass extension for blueprint css framework
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-compass>=0:textproc/rubygem-compass
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-compass-blueprint/distinfo
Normal file
3
textproc/rubygem-compass-blueprint/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1547633457
|
||||
SHA256 (rubygem/compass-blueprint-1.0.0.gem) = 0b49cc7f20901ba1749be48ca0b2e415c3e0bc91ed47437fc135e7cc7e4568dc
|
||||
SIZE (rubygem/compass-blueprint-1.0.0.gem) = 96256
|
3
textproc/rubygem-compass-blueprint/pkg-descr
Normal file
3
textproc/rubygem-compass-blueprint/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Compass extension for blueprint css framework.
|
||||
|
||||
WWW: https://github.com/Compass/compass-blueprint
|
Loading…
Reference in New Issue
Block a user