freebsd-ports/devel/rubygem-thor/Makefile
Philip M. Gollucci 5824e2c48c - Update to 0.14.6
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-12-08 23:14:02 +00:00

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>