forked from Lainports/freebsd-ports
textproc/rubygem-jekyll-paginate: add port to be used by updated jekyll
Built-in Pagination Generator for Jekyll WWW: https://github.com/jekyll/jekyll-paginate PR: textproc/rubygem-jekyll-paginate Submitted by: Michael Moll <kvedulv@kvedulv.de>
This commit is contained in:
parent
3b6cf61604
commit
d14e0c3e06
4 changed files with 24 additions and 0 deletions
|
|
@ -1318,6 +1318,7 @@
|
|||
SUBDIR += rubygem-ini
|
||||
SUBDIR += rubygem-itextomml
|
||||
SUBDIR += rubygem-jekyll-gist
|
||||
SUBDIR += rubygem-jekyll-paginate
|
||||
SUBDIR += rubygem-jekyll-sass-converter
|
||||
SUBDIR += rubygem-jsmin
|
||||
SUBDIR += rubygem-kramdown
|
||||
|
|
|
|||
18
textproc/rubygem-jekyll-paginate/Makefile
Normal file
18
textproc/rubygem-jekyll-paginate/Makefile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jekyll-paginate
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Built-in Pagination Generator for Jekyll
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
textproc/rubygem-jekyll-paginate/distinfo
Normal file
2
textproc/rubygem-jekyll-paginate/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/jekyll-paginate-1.0.0.gem) = 534ea86386d4dfd41d5b1fc24b9b27d405351969bdbd3775f43f6366eb6001dc
|
||||
SIZE (rubygem/jekyll-paginate-1.0.0.gem) = 10240
|
||||
3
textproc/rubygem-jekyll-paginate/pkg-descr
Normal file
3
textproc/rubygem-jekyll-paginate/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Built-in Pagination Generator for Jekyll
|
||||
|
||||
WWW: https://github.com/jekyll/jekyll-paginate
|
||||
Loading…
Add table
Reference in a new issue