pkgsrc/mail/p5-Mail-Transport/Makefile
2021-05-24 19:49:01 +00:00

19 lines
519 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/05/24 19:52:50 wiz Exp $
DISTNAME= Mail-Transport-3.005
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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"