21 lines
369 B
Makefile
21 lines
369 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/10/26 23:55:36 jeremy Exp $
|
|
|
|
COMMENT = object reference utilities for ruby
|
|
|
|
DISTNAME = ref-1.0.2
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE= https://github.com/bdurand/ref
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
MODRUBY_TEST = testrb
|
|
MODRUBY_TEST_TARGET = test/*_test.rb
|
|
|
|
.include <bsd.port.mk>
|