mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
21 lines
365 B
Makefile
21 lines
365 B
Makefile
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
|
|
|
PORTNAME= jekyll-watch
|
|
PORTVERSION= 2.2.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Handles rebuilding of Jekyll sites when a file changes
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-listen>=3.0<4:devel/rubygem-listen
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|