1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/rubygem-octopress-deploy/Makefile
Sunpoet Po-Chuan Hsieh 181789dff1 Cosmetic change
2019-09-07 22:47:59 +00:00

22 lines
362 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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>