b55abdc0f5
Upstream changes: 0.902 2016-07-11 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** - Fixed multiple $VERSION variables, GH #2. Thanks, Pavel. - Addressed some testing issues with bad SMTP host. - Turned off uninitialized warnings until they can all be resolved. - Let DZil version the CType:: classes - Removed unused EXPORT_OK option 0.901 2016-06-29 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** - Fixed a bug introduced in 0.900 where the auth method call pointed to the wrong scope. 0.900003 2016-06-10 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** - Fixed conditional dependencies - Fixed locale specific testing - Fixed the Changes file - Added some git helper files for the repo - Reorganized the PM files into the lib directory - Auto-generate MANIFEST using MANIFEST.SKIP from here on - Ensure all files EOL with \n rather than any combination of \n and \r\n - Renamed many undocumented/private functions to names beginning with _ - Added many, many tests for coverage and to prevent regressions - Updated Config.PL to modernize. - Lazily load Win32API::Registry for ::CType::Win32
22 lines
592 B
Makefile
22 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.16 2016/07/15 03:03:29 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Mail-Sender-0.902
|
|
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"
|