jeremy c43216eaa5 Update to swift 1.2.0. The database drivers have been moved into
separate swift-db-* ports (recently imported), and this no longer
depends on dbic++.

While here, allowing building on ruby 2.0.

OK sthen@
2013-05-25 22:22:35 +00:00

20 lines
354 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/05/25 22:22:35 jeremy Exp $
COMMENT = fast database API and ORM for ruby 1.9+
DISTNAME = swift-1.2.0
CATEGORIES = databases
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
FLAVORS = ruby19 ruby20
FLAVOR ?= ruby19
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>