pkgsrc/mail/py-authres/Makefile
adam 9046768d72 py-authres: updated to 1.1.1
1.1.1:
+ Added ARC specific tags for draft-ietf-dmarc-arc-protocol-18 (as of IETF
  last call, still experimental), smtp.remote-ip and header.oldest-pass
2018-12-02 16:23:57 +00:00

16 lines
446 B
Makefile

# $NetBSD: Makefile,v 1.5 2018/12/02 16:23:57 adam Exp $
DISTNAME= authres-1.1.1
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"