- Add LICENSE_FILE

- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-09-10 22:54:26 +00:00
parent 0858022240
commit f541527039
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396621

View file

@ -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>