diff options
Diffstat (limited to 'lang/micropython/Makefile')
-rw-r--r-- | lang/micropython/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile index 920c442e2cd7..30742bd75388 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -6,6 +6,7 @@ CATEGORIES= lang python MAINTAINER= python@FreeBSD.org COMMENT= Implementation of the Python language for microcontrollers +WWW= https://www.micropython.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE |