mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
46f80024bc
- Convert to autoplist - Bump PORTREVISION
22 lines
455 B
Makefile
22 lines
455 B
Makefile
# Created by: Quentin Stievenart <acieroid@awesom.eu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nxt-python
|
|
PORTVERSION= 2.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= acieroid@awesom.eu
|
|
COMMENT= Python interface for the Lego Mindstorms NXT robot
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:${PORTSDIR}/devel/py-usb
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|