freebsd-ports/devel/rubygem-thor/Makefile
Sunpoet Po-Chuan Hsieh b39d389df2 Update to 0.20.0
- Add LICENSE_FILE

Changes:	https://github.com/erikhuda/thor/blob/master/CHANGELOG.md
2017-08-17 15:05:08 +00:00

20 lines
324 B
Makefile

# $FreeBSD$
PORTNAME= thor
PORTVERSION= 0.20.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Scripting framework that replaces rake, sake, and rubigen
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/thor
.include <bsd.port.mk>