pkgsrc/mail/p5-MIME-Lite/Makefile
he c3ffc9ebb0 Upgrade from version 3.023 to 3.023nb1.
Pkgsrc changes:
 o Actually add the advertized patch to get rid of the interactivity
2009-01-06 00:40:24 +00:00

25 lines
800 B
Makefile

# $NetBSD: Makefile,v 1.15 2009/01/06 00:40:24 he Exp $
DISTNAME= MIME-Lite-3.023
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
SVR4_PKGNAME= p5mil
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MMIME-Lite/
COMMENT= Perl5 module for simple creation of MIME email messages
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.13:../../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"