freebsd-ports/devel/rubygem-ruby_dep/Makefile
Steve Wills 419e573116 devel/rubygem-ruby_rep: create port
Creates a version constraint of supported Rubies,suitable for a gemspec file

WWW: https://github.com/e2/ruby_dep
2016-08-13 22:44:06 +00:00

14 lines
233 B
Makefile

# $FreeBSD$
PORTNAME= ruby_dep
PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Creates a version constraint of supported Rubies
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>