5901ac0824
- Includes some whitespace changes, to be handled in a separate commit.
16 lines
460 B
Makefile
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"
|