2015-11-07 21:59:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jekyll-feed
|
2018-09-10 22:28:38 +02:00
|
|
|
PORTVERSION= 0.11.0
|
2015-11-07 21:59:35 +01:00
|
|
|
CATEGORIES= textproc rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Generates an Atom feed from Jekyll posts
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2016-12-03 20:35:50 +01:00
|
|
|
RUN_DEPENDS= rubygem-jekyll>=3.3:www/rubygem-jekyll
|
|
|
|
|
2018-02-05 18:50:34 +01:00
|
|
|
USES= gem shebangfix
|
2018-09-10 22:28:38 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2018-02-05 18:50:34 +01:00
|
|
|
|
|
|
|
SHEBANG_FILES= script/*
|
2015-11-07 21:59:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|