freebsd-ports/textproc/rubygem-jekyll-paginate/Makefile
Sunpoet Po-Chuan Hsieh 00f7fe5945 Simplify SHEBANG_FILES
2019-09-07 22:48:13 +00:00

23 lines
399 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
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= script/*
.include <bsd.port.mk>