freebsd-ports/devel/rubygem-drydock/Makefile
Sunpoet Po-Chuan Hsieh 63f0c26a2b Cosmetic change
2019-09-05 17:11:05 +00:00

23 lines
423 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= drydock
PORTVERSION= 0.6.9
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build seaworthy command-line apps with a powerful Ruby DSL
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= bin/example
.include <bsd.port.mk>