freebsd-ports/devel/rubygem-hoe/Makefile
Sunpoet Po-Chuan Hsieh 6abc2963e8 Update to 3.22.1
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/seattlerb/hoe/blob/master/History.rdoc
2020-08-23 19:43:47 +00:00

23 lines
385 B
Makefile

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