16 lines
419 B
Makefile
16 lines
419 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:23 wiz Exp $
|
|
|
|
DISTNAME= pretend-1.0.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pretend/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/pretend/
|
|
COMMENT= Library for stubbing in Python
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|