pkgsrc/mail/p5-Mail-Transport/Makefile
wen 77a96eb94b Update to 3.005
Upstream changes:
version 3.005: Wed 22 Jul 10:40:05 CEST 2020

        Improvements:
        - warn to use ::SMTP, not ::SendMail on bulk messages.
        - much lower elapse time on ::SMTP (local?) delivery.

version 3.004: Fri  3 May 09:29:07 CEST 2019

        Improvements:
        - add imap/imap4
2020-07-23 11:14:41 +00:00

18 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/07/23 11:14:41 wen Exp $
DISTNAME= Mail-Transport-3.005
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Mail-Transport
COMMENT= Use Mail Transfer Agents (MTAs)
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Mail-Message>=3:../../mail/p5-Mail-Message
PERL5_PACKLIST= auto/Mail/Transport/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"