freebsd-ports/devel/rubygem-hoe/Makefile
Philip M. Gollucci 6cc7f9196c - Fix dependency versions based on rubygems.org
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-22 00:15:16 +00:00

24 lines
516 B
Makefile

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