- Update RUN_DEPENDS: use Rails 8.0 Changes: https://github.com/active-hash/active_hash/releases
20 lines
421 B
Makefile
20 lines
421 B
Makefile
PORTNAME= active_hash
|
|
PORTVERSION= 4.0.0
|
|
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-activesupport80>=6.1.0:devel/rubygem-activesupport80
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|