diff options
author | linimon <linimon@FreeBSD.org> | 2017-03-30 00:48:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-03-30 00:48:14 +0800 |
commit | 5944d03eb1336470cc2f78162df5c47a4aafe1a4 (patch) | |
tree | 74bb9fae6e9a3a6040294192149c8235963e94f5 /devel/nxt-python | |
parent | 8e4df33dc8b7702c8a66f18d8b16c8a8da587b66 (diff) | |
download | freebsd-ports-gnome-5944d03eb1336470cc2f78162df5c47a4aafe1a4.tar.gz freebsd-ports-gnome-5944d03eb1336470cc2f78162df5c47a4aafe1a4.tar.zst freebsd-ports-gnome-5944d03eb1336470cc2f78162df5c47a4aafe1a4.zip |
Maintainer's email address bounces.
While here, pet portlint.
Diffstat (limited to 'devel/nxt-python')
-rw-r--r-- | devel/nxt-python/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/nxt-python/Makefile b/devel/nxt-python/Makefile index ad7154e04924..eb7a48ca8b43 100644 --- a/devel/nxt-python/Makefile +++ b/devel/nxt-python/Makefile @@ -7,17 +7,17 @@ PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= GOOGLE_CODE -MAINTAINER= acieroid@awesom.eu +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 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb - USES= python USE_PYTHON= distutils autoplist |