opnsense-ports/devel/rubygem-hoe/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

22 lines
379 B
Makefile

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