forked from Lainports/freebsd-ports
18 lines
348 B
Makefile
18 lines
348 B
Makefile
PORTNAME= nanoc-deploying
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sdalu@sdalu.com
|
|
COMMENT= Deploying functionality for Nanoc
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-nanoc-cli>=4.11:www/rubygem-nanoc-cli \
|
|
rubygem-nanoc-core>=4.11:www/rubygem-nanoc-core
|
|
|
|
USES= gem
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|