pkgsrc/mail/p5-MIME-Lite/Makefile
wen 8d14994d1d Update to 3.029
Remove the unneeded patch

Upstream changes:
Version 3.029
Allow the MIME-Version header to be replaced (thanks, Florian!)

Version 3.028
Various documentation fixes
2012-08-18 01:21:25 +00:00

25 lines
812 B
Makefile

# $NetBSD: Makefile,v 1.22 2012/08/18 01:21:25 wen Exp $
DISTNAME= MIME-Lite-3.029
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mil
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MIME-Lite/
COMMENT= Perl5 module for simple creation of MIME email messages
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Email-Date-Format>=1.0:../../mail/p5-Email-Date-Format
DEPENDS+= p5-MailTools>=1.62:../../mail/p5-MailTools
DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
# MIME::QuotedPrint is part of p5-MIME-Base64 package
DEPENDS+= p5-MIME-Types>=1.28:../../mail/p5-MIME-Types
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/MIME/Lite/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"