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!
35 lines
1.2 KiB
Makefile
35 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2010/08/21 16:35:03 seb Exp $
|
|
|
|
DISTNAME= Email-MIME-1.903
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5emm
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Email-MIME/
|
|
COMMENT= Perl module for easy MIME message parsing
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Email-MIME-ContentType>=1.011:../../mail/p5-Email-MIME-ContentType
|
|
DEPENDS+= p5-Email-MIME-Encodings>=1.313:../../mail/p5-Email-MIME-Encodings
|
|
DEPENDS+= p5-Email-MessageID-[0-9]*:../../mail/p5-Email-MessageID
|
|
# Email::Simple-2.100 contains both: Email::Simple and Email::Simple::Creator
|
|
DEPENDS+= p5-Email-Simple>=2.100:../../mail/p5-Email-Simple
|
|
DEPENDS+= {perl>=5.8.1,p5-Encode>=1.98.01}:../../textproc/p5-Encode
|
|
DEPENDS+= p5-MIME-Types>=1.13:../../mail/p5-MIME-Types
|
|
BUILD_DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
|
|
|
|
CONFLICTS+= p5-Email-MIME-Creator-[0-9]*
|
|
CONFLICTS+= p5-Email-MIME-Modifier-[0-9]*
|
|
|
|
SUPERSEDES+= p5-Email-MIME-Creator<=1.444
|
|
SUPERSEDES+= p5-Email-MIME-Modifier<=1.456
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Email/MIME/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|