37147ebff9
PR: 193517 Submitted by: Michael Moll <kvedulv@kvedulv.de>
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-watch
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Handles rebuilding of Jekyll sites when a file changes
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-listen>=2.7:${PORTSDIR}/devel/rubygem-listen
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|