pkgsrc/mail/py-authres/Makefile
adam 534cf1d194 py-authres: update to 1.0.1
1.0.1:
+ Extended experimental support for ARC results

1.0.0:
+ Added initial experimental support for ARC results
+ Swith to sematic versioning scheme and only set version in setup.py and
  __init__
2017-10-11 12:18:42 +00:00

16 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/10/11 12:18:42 adam Exp $
DISTNAME= authres-1.0.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/distutils.mk"
.include "../../mk/bsd.pkg.mk"