b021813da0
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=...").
26 lines
820 B
Makefile
26 lines
820 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/10/19 19:17:54 he Exp $
|
|
#
|
|
|
|
DISTNAME= File-Flat-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Flat/
|
|
COMMENT= Implements a flat file system
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= p5-Test-ClassAPI>=1.02:../../devel/p5-Test-ClassAPI
|
|
DEPENDS+= p5-File-Remove>=0.21:../../sysutils/p5-File-Remove
|
|
DEPENDS+= p5-File-Temp>=0.14:../../devel/p5-File-Temp
|
|
DEPENDS+= p5-File-Copy-Recursive>=0.28:../../sysutils/p5-File-Copy-Recursive
|
|
DEPENDS+= p5-prefork>=0.02:../../devel/p5-prefork
|
|
|
|
PERL5_PACKLIST= auto/File/Flat/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|