22 lines
355 B
Makefile
22 lines
355 B
Makefile
|
COMMENT= UUID generator
|
||
|
|
||
|
DISTNAME= uuid-2.3.9
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
HOMEPAGE= https://github.com/assaf/uuid
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE= gem
|
||
|
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
RUN_DEPENDS= net/ruby-macaddr,${MODRUBY_FLAVOR}
|
||
|
TEST_DEPENDS= devel/ruby-mocha,${MODRUBY_FLAVOR}
|
||
|
|
||
|
MODRUBY_TEST= rake
|
||
|
|
||
|
.include <bsd.port.mk>
|