freebsd-ports/textproc/rubygem-jekyll-feed/Makefile
Sunpoet Po-Chuan Hsieh ea2587e796 Update to 0.12.1
- Update version requirement of RUN_DEPENDS
- Take maintainership

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

23 lines
392 B
Makefile

# $FreeBSD$
PORTNAME= jekyll-feed
PORTVERSION= 0.12.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Generates an Atom feed from Jekyll posts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
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>