f7879bd98c
1.2.0: + Added ability to include DMARC policy in DMARC results * Updated references for new RFCs, ARC no longer experimental * Converted http references to https
16 lines
446 B
Makefile
16 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.6 2019/09/02 10:24:14 adam Exp $
|
|
|
|
DISTNAME= authres-1.2.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= mail python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/authres/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://launchpad.net/authentication-results-python
|
|
COMMENT= Python implementation of RFC 5451/7001
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|