freebsd-ports/net/rubygem-octopress-deploy/Makefile

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>