freebsd-ports/textproc/rubygem-jekyll-paginate/Makefile
Dmitry Marakasov f541527039 - Add LICENSE_FILE
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-09-10 22:54:26 +00:00

26 lines
482 B
Makefile

# Created by: Michael Moll <kvedulv@kvedulv.de>
# $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 <bsd.port.mk>