2c16eaa2d1
pkgsrc changes: - Adding license definition Upstream changes: 0.07 Sat Aug 29 13:17:21 UTC 2009 - RT#48919: Allow quoting strings containing \0 (not that doing so is very useful, but there's not much I can do about that).
23 lines
629 B
Makefile
23 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/09/20 13:05:21 sno Exp $
|
|
#
|
|
|
|
DISTNAME= DBD-PgPP-0.07
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/DBD/PgPP/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.59
|
|
|
|
.include "../../databases/p5-DBI/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|