openbsd-ports/databases/ruby-swift/Makefile
jeremy 3d54b80434 Set FLAVORS in addition to FLAVOR to make it clear that only a single
FLAVOR is supported.  Fixes misleading results in sqlports.

OK sthen@
2012-09-03 18:05:25 +00:00

27 lines
540 B
Makefile

# $OpenBSD: Makefile,v 1.6 2012/09/03 18:05:25 jeremy Exp $
COMMENT = fast database API and ORM for ruby 1.9
DISTNAME = swift-0.14.0
CATEGORIES = databases
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
FLAVORS = ruby19
FLAVOR = ruby19
WANTLIB = c m stdc++ e2fs-uuid pcrecpp
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = databases/dbic++>=0.6.0
CONFIGURE_STYLE = ruby gem ext
.include <bsd.port.mk>