Index: head/textproc/py-sphinx-argparse/Makefile =================================================================== --- head/textproc/py-sphinx-argparse/Makefile (revision 561254) +++ head/textproc/py-sphinx-argparse/Makefile (revision 561255) @@ -1,17 +1,21 @@ # $FreeBSD$ PORTNAME= sphinx-argparse PORTVERSION= 0.2.5 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Sphinx extension that automatically documents argparse +LICENSE= MIT + RUN_DEPENDS= ${PY_SPHINX} USES= python:3.6+ USE_PYTHON= autoplist distutils + +NO_ARCH= yes .include