006fde0cd9
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext. Use the lang/ruby module for all dependent ports, setting MODRUBY_{BUILD,RUN}DEP=No if necessary. ok landry, phessler, sthen
27 lines
509 B
Makefile
27 lines
509 B
Makefile
# $OpenBSD: Makefile,v 1.15 2010/10/26 21:42:14 jeremy Exp $
|
|
|
|
COMMENT= access a PostgreSQL database from ruby
|
|
|
|
DISTNAME= postgres-0.7.9.2008.01.28
|
|
PKGNAME= ruby-${DISTNAME}
|
|
REVISION = 1
|
|
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
|
|
|
|
WANTLIB= pq.>=2
|
|
|
|
MODULES= lang/ruby
|
|
|
|
LIB_DEPENDS= ::databases/postgresql
|
|
|
|
CONFIGURE_STYLE=ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|