diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-29 16:39:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-29 16:39:43 +0000 |
commit | d377e4f509cd5d3fd2f2e566787b9c1257eabe95 (patch) | |
tree | 483a22bf850824ceda2918e9fc777f007317d01a /databases/p5-DBI | |
parent | f22b24540ef82052de844db8b66a5fc5e1afac6f (diff) | |
download | pkgsrc-d377e4f509cd5d3fd2f2e566787b9c1257eabe95.tar.gz |
Fix path to Perl. Bump revision.
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index b14ec5af4d7..d18980ae794 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2007/06/09 23:23:07 abs Exp $ +# $NetBSD: Makefile,v 1.38 2007/07/29 16:39:43 joerg Exp $ DISTNAME= DBI-1.56 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5dbi CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} @@ -10,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dbi.perl.org/ COMMENT= The database-independent Perl database access API +REPLACE_PERL= goferperf.pl + # Tests need Test::More BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple |