freebsd-ports/devel/rubygem-hashie/Makefile
2018-08-14 16:41:14 +00:00

19 lines
351 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= hashie
PORTVERSION= 3.6.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Hashie is a simple collection of useful Hash extensions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>