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