freebsd-ports/devel/rubygem-hoe/Makefile
Cheng-Lung Sung b41249e050 - Update to 2.9.1
- depends on rake only (not rubygem-rubyforge anymore)
2011-02-21 15:12:31 +00:00

21 lines
425 B
Makefile

# Ports collection makefile for: rubygem-hoe
# Date created: 5 December 2006
# Whom: Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$
PORTNAME= hoe
PORTVERSION= 2.9.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A simple rake/rubygems helper for project Rakefiles
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/sow
.include <bsd.port.mk>