jeremy a6b8b062f2 Bump gem ports buildable with ruby 1.8 that have binaries
The binaries now use a 18 suffix on ruby 1.8.
2014-10-11 19:54:46 +00:00

22 lines
365 B
Makefile

# $OpenBSD: Makefile,v 1.3 2014/10/11 19:54:47 jeremy Exp $
COMMENT= UUID generator
DISTNAME= uuid-2.3.7
REVISION = 1
CATEGORIES= devel
HOMEPAGE= https://github.com/assaf/uuid
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= net/ruby-macaddr,${MODRUBY_FLAVOR}
.include <bsd.port.mk>