diff options
Diffstat (limited to 'databases/p5-DBI/Makefile')
-rw-r--r-- | databases/p5-DBI/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index c16015d3697..e83efec42a8 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2009/05/06 06:34:10 sno Exp $ +# $NetBSD: Makefile,v 1.45 2009/06/14 21:03:32 sno Exp $ -DISTNAME= DBI-1.608 +DISTNAME= DBI-1.609 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} @@ -8,12 +8,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://dbi.perl.org/ COMMENT= The database-independent Perl database access API +LICENSE= ${PERL5_LICENSE} REPLACE_PERL= dbixs_rev.pl -# Tests need Test::More -BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple - USE_LANGUAGES= c PERL5_PACKLIST= auto/DBI/.packlist |