pkgsrc/databases/ruby-postgres-pr/Makefile
jlam 7334cee4dc Initial import of ruby18-postgres-pr-0.4.0 as databases/ruby-postgres-pr.
This library is a pure Ruby implementation of a PostgreSQL adapter.
2008-04-04 15:15:57 +00:00

13 lines
326 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:15:57 jlam Exp $
DISTNAME= postgres-pr-0.4.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Pure Ruby extension for PostgreSQL
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"