2014-08-25 21:27:21 +02:00
|
|
|
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jekyll-watch
|
2016-01-20 16:29:38 +01:00
|
|
|
PORTVERSION= 1.3.1
|
2014-08-25 21:27:21 +02:00
|
|
|
CATEGORIES= www rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Handles rebuilding of Jekyll sites when a file changes
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
2015-10-04 15:21:10 +02:00
|
|
|
RUN_DEPENDS= rubygem-listen>=3.0:${PORTSDIR}/devel/rubygem-listen
|
2014-08-25 21:27:21 +02:00
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
2014-08-25 21:27:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|