pkgsrc/devel/py-ctypes/Makefile
joerg a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00

18 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:08 joerg Exp $
DISTNAME= ctypes-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctypes/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://starship.python.net/crew/theller/ctypes/
COMMENT= Foreign Function Interface package for Python
PYDISTUTILSPKG= yes
do-test:
${PYTHONBIN} ${WRKSRC}/ctypes/test/runtests.py
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"