pkgsrc/mail/p5-Mail-Sender/Makefile
wen bb0e9a612a Update to 0.903
Upstream changes:
0.903     2016-11-17
    - PLEASE CONSIDER USING EMAIL-SENDER INSTEAD
    - Fixed an errant extra test requirement, GH #3.  Thanks, Paul.
    - Marked the entire dist as DEPRECATED as it should no longer be used.
2017-01-02 07:25:48 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.17 2017/01/02 07:25:48 wen Exp $
#
DISTNAME= Mail-Sender-0.903
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://search.cpan.org/~jenda/Mail-Sender/
COMMENT= Sending mails with attachments through an SMTP server
LICENSE= ${PERL5_LICENSE}
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/Mail/Sender/.packlist
BUILD_TARGET=pure_all
INSTALL_TARGET=pure_install
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"