9c8b5ede43
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.
23 lines
715 B
Makefile
23 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.20 2006/03/04 21:29:10 jlam Exp $
|
|
|
|
DISTNAME= pgsql_perl5-1.9.0
|
|
PKGNAME= p5-postgresql-1.9.0
|
|
PKGREVISION= 5
|
|
SVR4_PKGNAME= p5pgs
|
|
CATEGORIES= databases devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pg/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gborg.postgresql.org/project/pgperl/projdisplay.php
|
|
COMMENT= Perl interface class for PostgreSQL
|
|
|
|
PERL5_PACKLIST= auto/Pg/.packlist
|
|
|
|
# Until the source catches up to the current Perl API, we need PERL_POLLUTE
|
|
# to look like an older perl.
|
|
MAKE_PARAMS= DEFINE="-DPERL_POLLUTE=1"
|
|
MAKE_ENV+= POSTGRES_HOME=${PGSQL_PREFIX:Q}
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|