pkgsrc/devel/py-decorator/Makefile
adam a24e877151 4.1.2:
Made it possible to define decorators converting coroutines into regular
functions
2017-07-24 10:20:59 +00:00

16 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.13 2017/07/24 10:20:59 adam Exp $
DISTNAME= decorator-4.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/decorator/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/micheles/decorator
COMMENT= Generic Python decorator utilities
LICENSE= 2-clause-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"