freebsd-ports/devel/rubygem-hoe/Makefile
Steve Wills b5eb96fd6e - Update to 3.10.0
PR:		ports/187945
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-03-29 14:30:43 +00:00

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>