diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-04 12:32:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-04 12:32:49 +0000 |
commit | 97cff142910dfd91cb895e49d4446cf46f64767c (patch) | |
tree | b54e7ccc98e5b5926453c6445d7e2e51a72c8d13 /mail/p5-MailTools/Makefile | |
parent | b4641214381a993ca34047989331f3fd47e5e052 (diff) | |
download | pkgsrc-97cff142910dfd91cb895e49d4446cf46f64767c.tar.gz |
Updated p5-MailTools to 2.19.
version 2.19: Tue 22 Aug 13:30:41 CEST 2017
Improvements:
- block namespace MailTools rt.cpan.org#120905 [Karen Etheridge]
Diffstat (limited to 'mail/p5-MailTools/Makefile')
-rw-r--r-- | mail/p5-MailTools/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index 546d46cf7e9..9f1da34a1d5 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2017/06/05 14:24:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.71 2017/09/04 12:32:49 wiz Exp $ -DISTNAME= MailTools-2.18 +DISTNAME= MailTools-2.19 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -14,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-Net>=1.09:../../net/p5-Net DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate -PERL5_PACKLIST= auto/Mail/.packlist +PERL5_PACKLIST= auto/MailTools/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |