00195c50cb
- Fix shebang Changes: https://github.com/jekyll/jekyll-feed/releases https://github.com/jekyll/jekyll-feed/blob/master/History.markdown
22 lines
383 B
Makefile
22 lines
383 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-feed
|
|
PORTVERSION= 0.9.3
|
|
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
|
|
|
|
RUN_DEPENDS= rubygem-jekyll>=3.3:www/rubygem-jekyll
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
|
|
SHEBANG_FILES= script/*
|
|
|
|
.include <bsd.port.mk>
|