jeremy 5db8da2491 Bump ruby gem ext ports after change to PLISTs
This does not include all ruby gem ext ports, but the remaining ones have
updates that will be committed separately.
2016-11-04 21:26:37 +00:00

25 lines
474 B
Makefile

# $OpenBSD: Makefile,v 1.3 2016/11/04 21:26:37 jeremy Exp $
COMMENT = atomic reference implementation for Ruby
DISTNAME = atomic-1.1.99
REVISION = 0
CATEGORIES = devel
HOMEPAGE = http://github.com/headius/ruby-atomic
# Apache2
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
WANTLIB += pthread
CONFIGURE_STYLE = ruby gem ext
MODRUBY_TEST = ruby
MODRUBY_TEST_TARGET = test/test_atomic.rb
TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
.include <bsd.port.mk>