Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
26 lines
789 B
Makefile
26 lines
789 B
Makefile
# $NetBSD: Makefile,v 1.19 2014/05/29 23:36:48 wiz Exp $
|
|
|
|
DISTNAME= Email-Simple-2.202
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5ems
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Email-Simple/
|
|
COMMENT= Perl5 module for simple parsing of RFC2822 message format and headers
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# versions before 1.857 meddled in the guts of Email::Simple
|
|
CONFLICTS+= p5-Email-MIME<1.857
|
|
CONFLICTS+= p5-Email-Simple-Creator-[0-9]*
|
|
|
|
SUPERSEDES+= p5-Email-Simple-Creator<=1.424nb1
|
|
|
|
DEPENDS+= p5-Email-Date-Format-[0-9]*:../../mail/p5-Email-Date-Format
|
|
|
|
PERL5_PACKLIST= auto/Email/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|