20 lines
371 B
Makefile
20 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.42 2018/09/25 18:08:05 jeremy Exp $
|
|
|
|
COMMENT = lightweight database library and ORM for Ruby
|
|
|
|
DISTNAME = sequel-5.12.0
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = http://sequel.jeremyevans.net/
|
|
|
|
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|