developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
29 lines
921 B
Makefile
29 lines
921 B
Makefile
# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:11 jlam Exp $
|
|
|
|
DISTNAME= vapor-0.81
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= databases ruby
|
|
MASTER_SITES= http://rubyforge.org/frs/download.php/215/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://vapor.rubyforge.org/
|
|
COMMENT= Ruby transparent persistence to postgresql
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-DBD-postgresql>=0.0.20:../../databases/ruby-DBD-postgresql
|
|
|
|
USE_RUBY_SETUP= yes
|
|
RUBY_SETUP= install.rb
|
|
REPLACE_RUBY= doc/examples/university/createperson \
|
|
doc/examples/university/createuni \
|
|
doc/examples/university/employment \
|
|
doc/examples/university/enroll
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/vapor
|
|
${CP} -r ${WRKSRC}/doc/* ${RUBY_DOCDIR}/vapor
|
|
${LN} -s ${RUBY_DOCDIR}/vapor/examples ${RUBY_EXAMPLESDIR}/vapor
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|