Index: devel/Makefile =================================================================== --- devel/Makefile +++ devel/Makefile @@ -5085,6 +5085,7 @@ SUBDIR += py3-six SUBDIR += py3-tabulate SUBDIR += py3-threema-msgapi + SUBDIR += py3-toposort SUBDIR += py3-tox SUBDIR += py3-tzlocal SUBDIR += py3-urwid Index: devel/py3-toposort/Makefile =================================================================== --- /dev/null +++ devel/py3-toposort/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-toposort + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -1392,6 +1392,7 @@ SUBDIR += py3-libxml2 SUBDIR += py3-numpydoc SUBDIR += py3-pager + SUBDIR += py3-pyPEG2 SUBDIR += py3-pygments SUBDIR += py3-pystemmer SUBDIR += py3-snowballstemmer Index: textproc/py3-pyPEG2/Makefile =================================================================== --- /dev/null +++ textproc/py3-pyPEG2/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-pyPEG2 + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile"