pkgsrc-wip/py-typedecorator/Makefile

17 lines
409 B
Makefile

# $NetBSD$
DISTNAME= typedecorator-0.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/typedecorator/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/dobarkod/typedecorator/
COMMENT= Decorator-based type checking library for Python 2 and 3
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"