mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
New port: www/rubygem-nanoc-core: Provides checking functionality for nanoc
Provides checking functionality for Nanoc. WWW: https://nanoc.ws/ PR: 252138 Submitted by: Stéphane D'Alu <sdalu@sdalu.com>
This commit is contained in:
parent
4d87428619
commit
6e080955f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561072
@ -1970,6 +1970,7 @@
|
||||
SUBDIR += rubygem-mousetrap-rails
|
||||
SUBDIR += rubygem-multipart-post
|
||||
SUBDIR += rubygem-nanoc
|
||||
SUBDIR += rubygem-nanoc-core
|
||||
SUBDIR += rubygem-nested_form
|
||||
SUBDIR += rubygem-net-http
|
||||
SUBDIR += rubygem-net-http-digest_auth
|
||||
|
28
www/rubygem-nanoc-core/Makefile
Normal file
28
www/rubygem-nanoc-core/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nanoc-core
|
||||
PORTVERSION= 4.11.19
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sdalu@sdalu.com
|
||||
COMMENT= Contains the core of Nanoc
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-concurrent-ruby>=1.1:devel/rubygem-concurrent-ruby \
|
||||
rubygem-ddmemoize>=1.0:devel/rubygem-ddmemoize \
|
||||
rubygem-ddmetrics>=1.0:devel/rubygem-ddmetrics \
|
||||
rubygem-ddplugin>=1.0:devel/rubygem-ddplugin \
|
||||
rubygem-hamster>=3.0:devel/rubygem-hamster \
|
||||
rubygem-json_schema>=0.19:devel/rubygem-json_schema \
|
||||
rubygem-slow_enumerator_tools>=1.0:devel/rubygem-slow_enumerator_tools \
|
||||
rubygem-tomlrb1>=1.2:textproc/rubygem-tomlrb1 \
|
||||
rubygem-tty-platform>=0.2:devel/rubygem-tty-platform \
|
||||
rubygem-zeitwerk>=2.1:devel/rubygem-zeitwerk
|
||||
|
||||
USES= gem
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/rubygem-nanoc-core/distinfo
Normal file
3
www/rubygem-nanoc-core/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1608248642
|
||||
SHA256 (rubygem/nanoc-core-4.11.19.gem) = cf7062b2fd02e79dbd2a86fd92b86937d936802f5aa13612b22e8a0c9ff72665
|
||||
SIZE (rubygem/nanoc-core-4.11.19.gem) = 57344
|
3
www/rubygem-nanoc-core/pkg-descr
Normal file
3
www/rubygem-nanoc-core/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Provides checking functionality for Nanoc.
|
||||
|
||||
WWW: https://nanoc.ws/
|
Loading…
Reference in New Issue
Block a user