# Created by: Quentin Stievenart <acieroid@awesom.eu>
# $FreeBSD: head/devel/nxt-python/Makefile 412346 2016-04-01 14:00:51Z mat $

PORTNAME=	nxt-python
PORTVERSION=	2.2.2
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	acieroid@awesom.eu
COMMENT=	Python interface for the Lego Mindstorms NXT robot

LICENSE=	GPLv3

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>