Files
bsdports/_unused/rubygem-drydock/Makefile
2019-12-26 07:26:06 +00:00

19 lines
429 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/devel/rubygem-drydock/Makefile 414136 2016-04-27 21:57:31Z swills $
PORTNAME= drydock
PORTVERSION= 0.6.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build seaworthy command-line apps with a powerful Ruby DSL
NO_ARCH= yes
USE_RUBY= yes
USES= gem shebangfix
SHEBANG_FILES= bin/example
.include <bsd.port.mk>