openbsd-ports/databases/ruby-postgres/Makefile
jeremy 4df01cf8a7 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.
2012-09-23 17:00:49 +00:00

29 lines
509 B
Makefile

# $OpenBSD: Makefile,v 1.21 2012/09/23 17:00:49 jeremy 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FLAVORS = ruby18
FLAVOR = ruby18
WANTLIB= pq>=2
MODULES= lang/ruby
LIB_DEPENDS= databases/postgresql
CONFIGURE_STYLE=ruby gem ext
.include <bsd.port.mk>