pkgsrc/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile
rodent 7d595887f9 Updated to latest release. No pkgsrc changes other than the obvious. From
ChangeLog:

1.534   2013-03-26

                Added another spam detection case (mstevens)

1.533   2013-01-23

                Added two new spam detection cases (mstevens)

                Hopefully fixed tests on newer perl, at the cost of slightly
                reformatted messages. Why is Mail::DeliveryStatus::Report
                a header object anyway? (mstevens)
2013-08-11 19:27:23 +00:00

19 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/08/11 19:27:23 rodent Exp $
#
DISTNAME= Mail-DeliveryStatus-BounceParser-1.534
PKGNAME= p5-${DISTNAME}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://search.cpan.org/~mstevens/Mail-DeliveryStatus-BounceParser-1.532/lib/Mail/DeliveryStatus/BounceParser.pm
COMMENT= Perl extension to analyze bounce messages
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-MIME-tools>=5.418:../../mail/p5-MIME-tools
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"