freebsd-ports/devel/rubygem-active_hash/Makefile

19 lines
421 B
Makefile

PORTNAME= active_hash
PORTVERSION= 3.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Include the ability to specify data using hashes, yml files or JSON files
WWW= https://github.com/active-hash/active_hash
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport71>=5.0.0:devel/rubygem-activesupport71
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>