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 @@ -1,20 +1,26 @@ # Created by: Michael Moll # $FreeBSD$ PORTNAME= jekyll-paginate PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG 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