Change from previous: 3.004 2011-02-18 If present, MIME::Entity must be v5.501; v5.500 had a regression (or a bug fix, depending how you look at it) that broke header-reading. While technically older versions that are not 5.500 would work, it is much simpler to just require the newest version, rather than to support a version range with a hole in it.
23 lines
750 B
Makefile
23 lines
750 B
Makefile
# $NetBSD: Makefile,v 1.17 2011/11/11 07:46:38 hiramatsu Exp $
|
|
|
|
DISTNAME= Email-Abstract-3.004
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ema
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Email-Abstract/
|
|
COMMENT= Perl5 module for writing representation-independent mail handling code
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat
|
|
DEPENDS+= p5-Email-Simple>=1.9100:../../mail/p5-Email-Simple
|
|
DEPENDS+= {perl>5.10,p5-Module-Pluggable>=1.5}:../../devel/p5-Module-Pluggable
|
|
|
|
PERL5_PACKLIST= auto/Email/Abstract/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|