opnsense-ports/net/rubygem-octopress-deploy/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

20 lines
361 B
Makefile

# $FreeBSD$
PORTNAME= octopress-deploy
PORTVERSION= 1.3.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Eases deployment of Jekyll or Octopress sites
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-colorator>=0:textproc/rubygem-colorator
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>