a0461d68d5
this gives us more eyes and brings us inline with perl@ Current ruby@ members (stas, dinoex, pgollucci) http://wiki.freebsd.org/Ruby Discussed with: stas on #bsdports
25 lines
562 B
Makefile
25 lines
562 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.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF
|
|
MASTER_SITE_SUBDIR= seattlerb
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A simple rake/rubygems helper for project Rakefiles
|
|
|
|
BUILD_DEPENDS= rubygem-rubyforge>=1.3.1:${PORTSDIR}/devel/rubygem-rubyforge
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/sow
|
|
|
|
.include <bsd.port.mk>
|