diff options
Diffstat (limited to 'devel/nxt-python/Makefile')
-rw-r--r-- | devel/nxt-python/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/nxt-python/Makefile b/devel/nxt-python/Makefile deleted file mode 100644 index eb7a48ca8b43..000000000000 --- a/devel/nxt-python/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# 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= ports@FreeBSD.org -COMMENT= Python interface for the Lego Mindstorms NXT robot - -LICENSE= GPLv3 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> |