aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-jekyll-paginate/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 22:54:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 22:54:26 +0000
commitf541527039c852946f2c468fd586226da13eac82 (patch)
tree79f53ae231d6d86746385364b39566ad6efeee76 /textproc/rubygem-jekyll-paginate/Makefile
parent0858022240bc4f2249dbb8128e493ef2666b3e7b (diff)
downloadports-f541527039c852946f2c468fd586226da13eac82.tar.gz
ports-f541527039c852946f2c468fd586226da13eac82.zip
- Add LICENSE_FILE
- Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Notes
Notes: svn path=/head/; revision=396621
Diffstat (limited to 'textproc/rubygem-jekyll-paginate/Makefile')
-rw-r--r--textproc/rubygem-jekyll-paginate/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/rubygem-jekyll-paginate/Makefile b/textproc/rubygem-jekyll-paginate/Makefile
index 854bb58d909f..a1b587a4ccd6 100644
--- a/textproc/rubygem-jekyll-paginate/Makefile
+++ b/textproc/rubygem-jekyll-paginate/Makefile
@@ -3,6 +3,7 @@
PORTNAME= jekyll-paginate
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -10,11 +11,16 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Built-in Pagination Generator for Jekyll
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= script/bootstrap \
+ script/cibuild \
+ script/unbundle
.include <bsd.port.mk>