1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/textproc/rubygem-jekyll-feed/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
343 B
Makefile

PORTNAME= jekyll-feed
PORTVERSION= 0.15.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
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>