pkgsrc/devel/py-ctypes/Makefile
drochner 20117f3fd8 -update to 1.0.2
changes: bugfixes
-add a bl3 file
2007-07-13 14:58:38 +00:00

19 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.4 2007/07/13 14:58:38 drochner 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
PYTHON_VERSIONS_ACCEPTED= 24 23
PYDISTUTILSPKG= yes
do-test:
${PYTHONBIN} ${WRKSRC}/ctypes/test/runtests.py
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"