forked from Lainports/freebsd-ports
Hoe is a simple rake/rubygems helper for project Rakefiles. It generates all the usual tasks for projects including rdoc generation, testing, packaging, and deployment. WWW: http://rubyforge.org/projects/seattlerb/ PR: ports/106313 Submitted by: Jonathan Weiss<jw@innerewut.de>
22 lines
543 B
Makefile
22 lines
543 B
Makefile
# Ports collection makefile for: rubygem-hoe
|
|
# Date created: 5 December 2006
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hoe
|
|
PORTVERSION= 1.1.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= seattlerb
|
|
|
|
MAINTAINER= jw@innerewut.de
|
|
COMMENT= hoe - a tool to help rake
|
|
|
|
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
|
|
rubyforge:${PORTSDIR}/devel/rubygem-rubyforge
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
.include "${.CURDIR}/../ruby-gems/Makefile.common"
|
|
|
|
.include <bsd.port.mk>
|