25 lines
475 B
Makefile
25 lines
475 B
Makefile
PORTNAME= drydock
|
|
PORTVERSION= 1.0.0
|
|
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
|
|
|
|
RUN_DEPENDS= rubygem-ostruct>=0.6<1:devel/rubygem-ostruct
|
|
|
|
USES= gem shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= bin/example
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/example
|
|
|
|
.include <bsd.port.mk>
|