ports/devel/rubygem-hashie-forbidden_attributes/Makefile
2021-04-06 16:31:07 +02:00

21 lines
427 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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>