freebsd-ports/devel/rubygem-thor/Makefile
Sunpoet Po-Chuan Hsieh 7457005a83 - Add LICENSE
2015-05-29 11:17:08 +00:00

19 lines
306 B
Makefile

# $FreeBSD$
PORTNAME= thor
PORTVERSION= 0.19.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Scripting framework that replaces rake, sake, and rubigen
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/thor
.include <bsd.port.mk>