freebsd-ports/www/rubygem-jekyll-watch/Makefile

22 lines
413 B
Makefile
Raw Normal View History

# Created by: Michael Moll <kvedulv@kvedulv.de>
# $FreeBSD$
PORTNAME= jekyll-watch
PORTVERSION= 1.3.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>=3.0:${PORTSDIR}/devel/rubygem-listen
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>