# New ports collection makefile for:	py-ctypes
# Date created:		12 May 2003
# Whom:			Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD: ports/devel/py-ctypes/Makefile,v 1.21 2010/08/22 00:08:31 lwhsu Exp $
#

PORTNAME=	ctypes
PORTVERSION=	1.0.2
CATEGORIES=	devel python
MASTER_SITES=	SF
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Python module allowing to create and manipulate C data types

USE_PYTHON=	yes
USE_PYDISTUTILS=yes

ONLY_FOR_ARCHS=	amd64 ia64 i386 mips powerpc sparc64
DEPRECATED=	only applies to Python2.4; you should upgrade to a newer Python

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} >= 250
IGNORE=	ctypes ships with Python 2.5.x
.endif

.include <bsd.port.post.mk>
