521f85974d
pkgsrc changes: - Adding license definition Upstream changes: 2.198 2009-07-12 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** fix the paths added in 2.195; thanks, ansgar from uni-heidelberg 2.197 2009-06-13 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** fix regression introduced into SMTP transport's "to" detector (thanks to John Maslanik for bug report) 2.196 2009-06-09 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** reduce reliance of tests on screw-up-able Module::Pluggable call 2.195 2009-06-07 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** add /usr/sbin/sendmail as last place to always look for sendmail add /usr/lib/sendmail as last place to always look for sendmail if $QMAIL variable for Qmail subclass is -x, use it
26 lines
838 B
Makefile
26 lines
838 B
Makefile
# $NetBSD: Makefile,v 1.11 2009/09/16 18:53:21 sno Exp $
|
|
|
|
DISTNAME= Email-Send-2.198
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Email-Send/
|
|
COMMENT= Email::Send - Simply Sending Email
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
|
|
DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address
|
|
DEPENDS+= p5-Email-Simple>=1.92:../../mail/p5-Email-Simple
|
|
DEPENDS+= {perl>=5.10,p5-Module-Pluggable>=2.97}:../../devel/p5-Module-Pluggable
|
|
DEPENDS+= p5-Return-Value>=1.28:../../devel/p5-Return-Value
|
|
|
|
PERL5_REQD+= 5.8.1
|
|
|
|
PERL5_PACKLIST= auto/Email/Send/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|