26 lines
429 B
Makefile
26 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.23 2013/03/11 02:52:08 espie Exp $
|
|
|
|
COMMENT= access a PostgreSQL database from ruby
|
|
|
|
DISTNAME= postgres-0.7.9.2008.01.28
|
|
REVISION = 6
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= Jeremy Evans <jeremy@openbsd.org>
|
|
|
|
# Ruby License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
FLAVORS = ruby18
|
|
FLAVOR = ruby18
|
|
|
|
WANTLIB= pq>=2
|
|
|
|
MODULES= lang/ruby
|
|
|
|
LIB_DEPENDS= databases/postgresql
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|