7b5ff89528
OK landry@
26 lines
522 B
Makefile
26 lines
522 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/03/14 18:31:07 jeremy Exp $
|
|
|
|
COMMENT = fast database API and ORM for ruby 1.9
|
|
|
|
DISTNAME = swift-0.9.1
|
|
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
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = databases/dbic++>=0.5.4
|
|
|
|
CONFIGURE_STYLE = ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|