17 lines
411 B
Makefile
17 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.8 2016/08/07 16:06:24 nils Exp $
|
|
|
|
DISTNAME= six-1.10.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel lang python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/six/}
|
|
|
|
MAINTAINER= nils@NetBSD.org
|
|
HOMEPAGE= http://pypi.python.org/pypi/six/
|
|
COMMENT= Python 2 and 3 compatibility utilities
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|