b5eb96fd6e
PR: ports/187945 Submitted by: Michael Moll <kvedulv@kvedulv.de>
18 lines
346 B
Makefile
18 lines
346 B
Makefile
# Created by: Jonathan Weiss (<jw@innerewut.de>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hoe
|
|
PORTVERSION= 3.10.0
|
|
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>
|