20 lines
290 B
Makefile
20 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= thor
|
|
PORTVERSION= 0.19.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Scripting framework that replaces rake, sake, and rubigen
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/thor
|
|
|
|
.include <bsd.port.mk>
|