pkgsrc/devel/p5-File-Flat/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

26 lines
821 B
Makefile

# $NetBSD: Makefile,v 1.11 2010/08/21 16:33:43 seb Exp $
#
DISTNAME= File-Flat-1.04
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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"