Files
ports/net/rubygem-octopress-deploy/Makefile
Mathieu Arnold cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
349 B
Makefile

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>