pkgsrc-wip/py-stevedore/Makefile
Kamel Ibn Aziz Derouiche be6e2cf8aa Import py27-stevedore-0.14.1 as wip/py-stevedore.
Manage dynamic plugins for Python applications
2014-03-19 21:53:55 +00:00

16 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/03/19 21:53:55 jihbed Exp $
DISTNAME= stevedore-0.14.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://pypi.python.org/packages/source/s/stevedore/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/dreamhost/stevedore
COMMENT= Manage dynamic plugins for Python applications
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"