f96961c3df
pkgsrc changes: * Add LICENSE. * Fix homepage in gemspec file to pass newer Rubygems. Changes from 0.4.0: 0.6.1 Fix escaping bug 0.6.0 Correct ruby string escaping 0.5.1 Correct ruby string escaping 0.5.0 Unknown
15 lines
394 B
Makefile
15 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/06/12 11:45:23 taca Exp $
|
|
|
|
DISTNAME= postgres-pr-0.6.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/ruby-dbi/
|
|
COMMENT= Pure Ruby extension for PostgreSQL
|
|
LICENSE= modified-bsd
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|