Files
ports/databases/ruby-sequel/Makefile
T

18 lines
303 B
Makefile
Raw 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
2025-09-01 15:25:37 +00:00
DISTNAME = sequel-5.96.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>