NoMethodError: undefined method `last_comment' for #<Rake::Application:0x00000536c6779e10
17 lines
287 B
Makefile
17 lines
287 B
Makefile
# $OpenBSD: Makefile,v 1.19 2020/11/11 01:25:06 jeremy Exp $
|
|
|
|
COMMENT = Ruby extensions serving DataMapper and DataObjects
|
|
|
|
DISTNAME = extlib-0.9.16
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|