ports/devel/rubygem-hashie2/Makefile
Steve Wills 021a5b1f66 devel/rubygem-hashie2: create port for older hashie gem
Needed by chef-zero

PR:		193501
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
2014-09-10 13:28:51 +00:00

20 lines
324 B
Makefile

# $FreeBSD$
PORTNAME= hashie
PORTVERSION= 2.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 2
MAINTAINER= renchap@cocoa-x.com
COMMENT= Hashie is a simple collection of useful Hash extensions
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
PORTSCOUT= limit:^2\.
.include <bsd.port.mk>