Files

18 lines
304 B
Makefile
Raw Permalink Normal View History

2011-11-12 17:02:17 +00:00
COMMENT = lightweight database library and ORM for Ruby
2009-02-03 21:26:02 +00:00
2026-03-06 01:56:57 +00:00
DISTNAME = sequel-5.102.0
2009-02-03 21:26:02 +00:00
CATEGORIES = databases
2014-07-12 15:37:11 +00:00
HOMEPAGE = http://sequel.jeremyevans.net/
2009-02-03 21:26:02 +00:00
2010-09-23 22:30:24 +00:00
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
2009-02-03 21:26:02 +00:00
# MIT
PERMIT_PACKAGE = Yes
2009-02-03 21:26:02 +00:00
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>