freebsd-ports/devel/rubygem-view_component-rails61/Makefile

22 lines
531 B
Makefile

PORTNAME= view_component
PORTVERSION= 3.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails61
MAINTAINER= mfechner@FreeBSD.org
COMMENT= View components for Rails
WWW= https://github.com/github/view_component
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activesupport61>=5.2.0<8:devel/rubygem-activesupport61 \
rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
rubygem-method_source>=1.0<2:devel/rubygem-method_source
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>