pkgsrc/databases/p5-DBD-PgPP/Makefile
rillig def53c8313 Imported p5-DBD-PgPP.
DBD::PgPP is a Pure Perl client interface for the PostgreSQL database.
This module implements network protocol between server and client of
PostgreSQL, thus you don't need external PostgreSQL client library like
libpq for this module to work. It means this module enables
you to connect to PostgreSQL server from some operation systems
which PostgreSQL is not ported. How nifty!

Packaged by Francisco Valladolid Hdez.
2007-02-07 21:37:27 +00:00

19 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/02/07 21:37:27 rillig Exp $
#
DISTNAME= DBD-PgPP-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/
MAINTAINER= ficovh@yahoo.com
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/
COMMENT= DBD::PgPP - Pure Perl PostgreSQL driver for the DBI
DEPENDS+= p5-DBI>=0:../../databases/p5-DBI
PERL5_PACKLIST= auto/DBD/PgPP/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"