to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
25 lines
628 B
Makefile
25 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.43 2008/10/19 19:17:44 he Exp $
|
|
|
|
DISTNAME= DBI-1.607
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://dbi.perl.org/
|
|
COMMENT= The database-independent Perl database access API
|
|
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|