43bc385e2a
Update HOMEPAGE Upstream changes: 1.543 2021-01-30 No changes, except a test that contains a sample of a virus is now only stored in the git repo, not in the shipped distribution.
19 lines
529 B
Makefile
19 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.17 2021/07/07 07:51:08 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Mail-DeliveryStatus-BounceParser-1.543
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/dist/Mail-DeliveryStatus-BounceParser
|
|
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"
|