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

20 lines
382 B
Makefile

PORTNAME= octopress-hooks
PORTVERSION= 2.6.2
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Allows access to Jekyll data at different internal processing stages
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-jekyll3>=2.0:www/rubygem-jekyll3
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>