eef7d57c5b
write code that mixes Python and C data types any way you want, and compiles it into a C extension for Python. Plex is now bundled with Pyrex, and the py-plex package will be obsoleted.
17 lines
522 B
Makefile
17 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/12/18 22:34:30 tsarna Exp $
|
|
|
|
DISTNAME= Pyrex-0.5
|
|
PKGNAME= ${PYPKGPREFIX}-pyrex-0.5
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
|
|
|
|
MAINTAINER= tsarna@netbsd.org
|
|
HOMEPAGE= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
|
|
COMMENT= A Language for Writing Python Extension Modules
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 22 # the only one that builds
|
|
|
|
PYDISTUTILSPKG= # defined
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|