pkgsrc/devel/py-pretend/Makefile
adam ed5be49d96 py-pretend: updated to 1.0.9
1.0.9:
Marked Python 3.6 as supported.
2018-04-17 08:04:36 +00:00

16 lines
421 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/04/17 08:04:36 adam Exp $
DISTNAME= pretend-1.0.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pretend/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/alex/pretend
COMMENT= Library for stubbing in Python
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"