2012-04-06 15:26:13 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2012/04/06 19:26:13 jeremy Exp $
|
2010-12-20 12:43:58 -05:00
|
|
|
|
|
|
|
COMMENT = fast database API and ORM for ruby 1.9
|
|
|
|
|
2012-04-06 15:26:13 -04:00
|
|
|
DISTNAME = swift-0.14.0
|
2010-12-20 12:43:58 -05:00
|
|
|
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
|
|
|
|
FLAVOR = ruby19
|
|
|
|
|
|
|
|
WANTLIB = c m stdc++ e2fs-uuid pcrecpp
|
2010-12-21 12:07:06 -05:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2012-04-06 15:26:13 -04:00
|
|
|
RUN_DEPENDS = databases/dbic++>=0.6.0
|
2010-12-20 12:43:58 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|