mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
19 lines
429 B
Makefile
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>
|