20 lines
377 B
Makefile
20 lines
377 B
Makefile
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
|
|
WWW= https://github.com/delano/drydock
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= bin/example
|
|
|
|
.include <bsd.port.mk>
|