pkgsrc/security/py-slowaes/Makefile
maya 5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00

16 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.6 2019/04/26 13:14:13 maya Exp $
DISTNAME= slowaes-0.1a1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/slowaes/}
MAINTAINER= kyuupichan@gmail.com
HOMEPAGE= https://pypi.python.org/pypi/slowaes/
COMMENT= Implementation of AES in pure Python
LICENSE= apache-2.0
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.1a1
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"