freebsd-ports/textproc/rubygem-jekyll-archives/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
310 B
Makefile

PORTNAME= jekyll-archives
PORTVERSION= 2.2.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Archive pages for Jekyll tags and categories
LICENSE= MIT
RUN_DEPENDS= rubygem-jekyll>=3.6<5.0:www/rubygem-jekyll
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>