freebsd-ports/devel/rubygem-mercenary/Makefile
Sunpoet Po-Chuan Hsieh 12dc3fbaed Add LICENSE_FILE
2019-11-13 23:39:37 +00:00

22 lines
440 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= mercenary
PORTVERSION= 0.3.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lightweight and flexible library for writing command-line apps in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= script/console script/examples
.include <bsd.port.mk>