freebsd-ports/textproc/rubygem-jekyll-sitemap/Makefile
Sunpoet Po-Chuan Hsieh a36148e5a3 Update to 1.3.1
- Update version requirement of RUN_DEPENDS
- Take maintainership

Changes:	https://github.com/jekyll/jekyll-sitemap/releases
2019-09-07 22:46:37 +00:00

23 lines
406 B
Makefile

# $FreeBSD$
PORTNAME= jekyll-sitemap
PORTVERSION= 1.3.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Automatically generate a sitemap.xml for Jekyll sites
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-jekyll>=3.7<5.0:www/rubygem-jekyll
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= script/*
.include <bsd.port.mk>