19 lines
598 B
Makefile
19 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/09/04 18:08:28 wiz Exp $
|
|
|
|
DISTNAME= humanize-0.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= python textproc
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/humanize/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://travis-ci.org/jmoiron/humanize
|
|
COMMENT= Convert numbers into easily readable format
|
|
LICENSE= mit
|
|
|
|
# TEST_DEPENDS
|
|
#BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
#BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
|
|
# tests not included in distfile
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|