pkgsrc/devel/py-ctypes/Makefile
obache a687508449 * remove duplicate *.pyo entries from PLIST.
* LICENSE=mit
* regist egg-info

Bump PKGREVISION.
2011-10-15 11:40:00 +00:00

21 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.7 2011/10/15 11:40:00 obache Exp $
DISTNAME= ctypes-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
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
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
do-test:
${PYTHONBIN} ${WRKSRC}/ctypes/test/runtests.py
.include "../../devel/libffi/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"