c3f1e700ad
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!
27 lines
896 B
Makefile
27 lines
896 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/08/21 16:34:09 seb Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Types-Path-Class-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MooseX-Types-Path-Class/
|
|
COMMENT= A Path::Class type library for Moose
|
|
|
|
DEPENDS+= p5-Class-MOP>=0:../../devel/p5-Class-MOP
|
|
DEPENDS+= p5-Moose>=0.39:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types
|
|
DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
|
|
# For tests (but introduce a circular dependency for devel/p5-MooseX-Getopt)
|
|
#BUILD_DEPENDS+= p5-MooseX-Getopt>=0:../../devel/p5-MooseX-Getopt
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Types/Path/Class/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|