mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
31 lines
586 B
Makefile
31 lines
586 B
Makefile
# $OpenBSD: Makefile,v 1.9 2008/06/14 23:43:05 landry Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= access a PostgreSQL database from ruby
|
|
|
|
DISTNAME= postgres-0.7.9.2008.01.03
|
|
PKGNAME= ruby-${DISTNAME}p0
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= Markus Friedl <markus@openbsd.org>
|
|
|
|
# Ruby License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=ruby-pg/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
LIB_DEPENDS= pq.>=2::databases/postgresql \
|
|
ruby.>=1::lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|