20117f3fd8
changes: bugfixes -add a bl3 file
19 lines
531 B
Makefile
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"
|