Allow Python 3.
This commit is contained in:
parent
b6a816835b
commit
9b7ab34943
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/01/07 16:41:07 kleink Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/01/08 14:20:15 kleink Exp $
|
||||
|
||||
DISTNAME= blinker-1.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -10,5 +10,7 @@ HOMEPAGE= http://discorporate.us/projects/Blinker/
|
|||
COMMENT= Fast, simple object-to-object and broadcast signaling
|
||||
LICENSE= mit
|
||||
|
||||
PYTHON_VERSIONS_INCLUDE_3X= yes
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue