ports/devel/rubygem-hashie-forbidden_attributes/Makefile
Sunpoet Po-Chuan Hsieh e53aefefd5 Cosmetic change
2019-11-03 17:17:06 +00:00

22 lines
439 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= hashie-forbidden_attributes
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Hashie compatibility layer for forbidden attributes protection
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-hashie>=3.0:devel/rubygem-hashie
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>