summaryrefslogtreecommitdiff
path: root/lang/py-pyrex/Makefile
blob: 788e2ad673df853c671330b4882d691e6942d809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.2 2003/07/17 21:45:09 grant 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"