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!
36 lines
1.5 KiB
Makefile
36 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2010/08/21 16:35:52 seb Exp $
|
|
|
|
DISTNAME= FormValidator-Simple-0.28
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LY/LYOKATO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/perldoc?FormValidator::Simple
|
|
COMMENT= Validation with simple chains of constraints
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Accessor>=0.22:../../devel/p5-Class-Accessor
|
|
DEPENDS+= p5-Class-Data-Accessor>=0.03:../../devel/p5-Class-Data-Accessor
|
|
DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
|
|
DEPENDS+= p5-Class-Inspector>=1.13:../../devel/p5-Class-Inspector
|
|
DEPENDS+= p5-Date-Calc>=5.4:../../devel/p5-Date-Calc
|
|
DEPENDS+= p5-DateTime-Format-Strptime>=1.0700:../../time/p5-DateTime-Format-Strptime
|
|
DEPENDS+= p5-MailTools>=0:../../mail/p5-MailTools
|
|
DEPENDS+= p5-Email-Valid>=0.15:../../mail/p5-Email-Valid
|
|
DEPENDS+= p5-Email-Valid-Loose>=0.04:../../mail/p5-Email-Valid-Loose
|
|
DEPENDS+= p5-Tie-IxHash>=1.21:../../devel/p5-Tie-IxHash
|
|
DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
|
|
DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
|
|
DEPENDS+= p5-YAML>=0.39:../../textproc/p5-YAML
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/FormValidator/Simple/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|