517a9bcde4
Terminate HOMEPAGE url with / Adapt PERL5_PACKLIST to what the package does. Changes: 0.09 Mon Jul 10 03:40:00 2006 * "I'm doind this as I watch the World Cup Finals" release - Add POD tests 0.08_02 Mon May 29 15:30:00 2006 - Apply patches from Boris Sukholitko. Adds "Primary As Option" and "Column Groups" features 0.08_01 Sat May 20 10:00:00 2006 - Fix typo in the sequence detection - Restructure directory structure 0.08 Sat Mar 11 17:00:00 2006 - Stop using _croak (#18093) 0.07 Thu Jan 26 03:00:00 2006 - work with PostgreSQL 8.1's new sequence display - pg_version(full_version => 1) gets you the major, minor, micro version strings - maintainer changed to Daisuke Maki
20 lines
515 B
Makefile
20 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/07/17 14:22:44 he Exp $
|
|
#
|
|
|
|
DISTNAME= Class-DBI-Pg-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Class-DBI-Pg/
|
|
COMMENT= Class::DBI extension for Postgres
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Class-DBI>=0.9:../../databases/p5-Class-DBI
|
|
|
|
PERL5_PACKLIST= auto/Class-DBI-Pg/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|