pkgsrc/mail/py-authres/Makefile
jperkin f528fa3874 Import mail/py-authres version 0.800 into pkgsrc.
This module (authres) is designed to provide support for RFC 5451/7001,
originally http://tools.ietf.org/html/rfc5451 and currently
http://tools.ietf.org/html/rfc7001 processing in Python.

Packaged by Coy Hile in https://github.com/joyent/pkgsrc/pull/421
2016-10-26 10:56:30 +00:00

15 lines
444 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/10/26 10:56:30 jperkin Exp $
VERSION= 0.800
DISTNAME= authres-${VERSION}
PKGNAME= ${PYPKGPREFIX}-authres-${VERSION}
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/authres/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/authres
COMMENT= Python implementation of RFC 5451/7001
LICENSE= apache-2.0
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"