16 lines
466 B
Makefile
16 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/09/04 18:55:09 wiz Exp $
|
|
|
|
DISTNAME= slowaes-0.1a1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/slowaes/}
|
|
|
|
MAINTAINER= kyuupichan@gmail.com
|
|
HOMEPAGE= https://code.google.com/archive/p/slowaes/
|
|
COMMENT= Implementation of AES in pure Python
|
|
LICENSE= apache-2.0
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.1a1
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|