1ea315b7b7
PR: ports/180011 Submitted by: swills@
16 lines
320 B
Makefile
16 lines
320 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hashie
|
|
PORTVERSION= 2.0.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Hashie is a simple collection of useful Hash extensions
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|