16 lines
468 B
Makefile
16 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.9 2019/07/09 11:29:30 nia Exp $
|
|
|
|
DISTNAME= itsdangerous-1.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/itsdangerous/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://pythonhosted.org/itsdangerous/
|
|
COMMENT= Helpers to pass trusted data to untrusted environments and back
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|