summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca>2004-11-27 15:47:02 +0000
committertaca <taca>2004-11-27 15:47:02 +0000
commit2088a97ae2937eda393c86081cf40ca34bfff714 (patch)
tree0059171cb54072aaa9647cf97f4532a3ebb01b76 /databases
parentf036fc00f58905bf8ecc29976df50e732e301261 (diff)
downloadpkgsrc-2088a97ae2937eda393c86081cf40ca34bfff714.tar.gz
Migrate ruby-postgresql to use new framework for Ruby packages.
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-postgresql/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile
index 5dee716b059..7501280d2b4 100644
--- a/databases/ruby-postgresql/Makefile
+++ b/databases/ruby-postgresql/Makefile
@@ -1,23 +1,20 @@
-# $NetBSD: Makefile,v 1.16 2004/07/27 19:46:54 recht Exp $
+# $NetBSD: Makefile,v 1.17 2004/11/27 15:47:02 taca Exp $
DISTNAME= ruby-postgres-${VERSION}
-PKGNAME= ${RUBY_PKGNAMEPREFIX}postgresql-${VERSION}
-PKGREVISION= 1
+PKGNAME= ${RUBY_PKGPREFIX}-postgresql-${VERSION}
CATEGORIES= databases ruby
MASTER_SITES= http://www.postgresql.jp/interfaces/ruby/archive/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.postgresql.jp/interfaces/ruby/
+HOMEPAGE= http://www.postgresql.jp/interfaces/ruby/a
COMMENT= Ruby extension for postgresql
USE_BUILDLINK3= yes
-
-VERSION= 0.7.1
-DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
-CONFIGURE_ARGS+= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \
- --with-pgsql-lib-dir=${PGSQL_PREFIX}/lib
+VERSION= 0.7.1
INSTALL_TARGET= site-install
+CONFIGURE_ARGS+= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \
+ --with-pgsql-lib-dir=${PGSQL_PREFIX}/lib
DOC= README README.ja doc/postgres.html doc/postgres.ja.html
EXAMPLE_LIBS= losample.rb psqlHelp.rb
@@ -44,7 +41,6 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/sample/$f ${RUBY_EXAMPLESDIR}/postgresql
.endfor
-.include "../../lang/ruby-base/Makefile.common"
-.include "../../lang/ruby-base/buildlink3.mk"
+.include "../../lang/ruby/modules.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"