a2be26b429
1.20200824.1 2020-08-24 01:03:58+00:00 UTC - Fix some POD formatting
19 lines
624 B
Makefile
19 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/09/07 11:31:59 wiz Exp $
|
|
|
|
DISTNAME= Mail-AuthenticationResults-1.20200824.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= wen@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Mail-AuthenticationResults
|
|
COMMENT= Object Oriented Authentication-Results Headers
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
|
|
|
|
PERL5_PACKLIST= auto/Mail/AuthenticationResults/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|