1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/rubygem-hoe/Makefile
2017-07-18 17:56:00 +00:00

23 lines
379 B
Makefile

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