19 lines
559 B
Makefile
19 lines
559 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/12/18 09:05:33 adam Exp $
|
|
|
|
DISTNAME= stevedore-1.27.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stevedore/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= https://github.com/dreamhost/stevedore
|
|
COMMENT= Manage dynamic plugins for Python applications
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pbr>=2.1.1:../../devel/py-pbr
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|