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
884 B
Makefile
26 lines
884 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/10/19 19:18:11 he Exp $
|
|
|
|
DISTNAME= Email-Date-1.103
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://cpan.uwinnipeg.ca/dist/Email-Date
|
|
COMMENT= Find and Format Date Headers
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Email-Simple>=1.9:../../mail/p5-Email-Simple
|
|
DEPENDS+= p5-Time-Piece>=1.08:../../time/p5-Time-Piece
|
|
DEPENDS+= p5-Time-Local>=1.07:../../time/p5-Time-Local
|
|
DEPENDS+= p5-TimeDate>=1.16:../../time/p5-TimeDate
|
|
DEPENDS+= p5-Email-Abstract>=2.10:../../mail/p5-Email-Abstract
|
|
DEPENDS+= p5-Email-Date-Format>=1.000:../../mail/p5-Email-Date-Format
|
|
|
|
PERL5_PACKLIST= auto/Email/Date/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|