20 lines
442 B
Makefile
20 lines
442 B
Makefile
# Ports collection makefile for: gem-thor
|
|
# Date created: 1 September 2010
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= thor
|
|
PORTVERSION= 0.17.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A scripting framework that replaces rake, sake, and rubigen
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/rake2thor bin/thor
|
|
|
|
.include <bsd.port.mk>
|