freebsd-ports/devel/rubygem-hoe/Makefile
2015-04-05 18:24:32 +00:00

22 lines
408 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= hoe
PORTVERSION= 3.13.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple rake/rubygems helper for project Rakefiles
LICENSE= MIT
RUN_DEPENDS= rubygem-rake>=0.8:${PORTSDIR}/devel/rubygem-rake
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/sow
.include <bsd.port.mk>