pkgsrc changes: - Add license definition - Add conflict/supersedes for merged in module Email::Simple::Creator - Add dependency to Email::Date::Format Upstream changes: 2.100 2009-11-03 merge Email-Simple-Creator into Email-Simple distribution
27 lines
808 B
Makefile
27 lines
808 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/03/11 09:24:29 sno Exp $
|
|
|
|
DISTNAME= Email-Simple-2.100
|
|
PKGNAME= p5-${DISTNAME}
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# 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"
|