mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
18 lines
304 B
Makefile
18 lines
304 B
Makefile
COMMENT = lightweight database library and ORM for Ruby
|
|
|
|
DISTNAME = sequel-5.102.0
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = http://sequel.jeremyevans.net/
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|