mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
- If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
22 lines
460 B
Makefile
22 lines
460 B
Makefile
# Created by: Quentin Stievenart <acieroid@awesom.eu>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|