1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/rubygem-octopress-deploy/Makefile

21 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>