ports/devel/ruby-activemodel/Makefile

19 lines
301 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= activemodel
DISTNAME= activemodel-7.0.5
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS} \
2023-08-24 06:47:45 +00:00
devel/ruby-activesupport,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>