freebsd-ports/devel/rubygem-thor/Makefile
2018-11-12 21:29:07 +00:00

21 lines
325 B
Makefile

# $FreeBSD$
PORTNAME= thor
PORTVERSION= 0.20.3
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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/thor
.include <bsd.port.mk>