freebsd-ports/devel/rubygem-hoe/Makefile
2019-07-07 19:15:10 +00:00

23 lines
380 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= hoe
PORTVERSION= 3.18.0
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:devel/rubygem-rake
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/sow
.include <bsd.port.mk>