mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
22 lines
372 B
Makefile
22 lines
372 B
Makefile
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jekyll-watch
|
|
PORTVERSION= 2.1.2
|
|
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>=3.0:devel/rubygem-listen
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|