15 lines
396 B
Makefile
15 lines
396 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/10/17 06:41:06 taca Exp $
|
|
|
|
DISTNAME= postgres-pr-0.6.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/postgres-pr
|
|
COMMENT= Pure Ruby extension for PostgreSQL
|
|
LICENSE= modified-bsd
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|