ports/devel/ruby-uuid/Makefile

22 lines
347 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= UUID generator
DISTNAME= uuid-2.3.9
CATEGORIES= devel
HOMEPAGE= https://github.com/assaf/uuid
# MIT
2023-09-07 05:29:01 +00:00
PERMIT_PACKAGE= Yes
2023-08-16 22:26:55 +00:00
MODULES= lang/ruby
CONFIGURE_STYLE= gem
2023-09-07 05:29:01 +00:00
BUILD_DEPENDS= ${RUN_DEPENDS} \
net/ruby-macaddr,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
TEST_DEPENDS= devel/ruby-mocha,${MODRUBY_FLAVOR}
MODRUBY_TEST= rake
.include <bsd.port.mk>