5824e2c48c
With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
20 lines
441 B
Makefile
20 lines
441 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.14.6
|
|
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>
|