Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -5044,6 +5044,7 @@ SUBDIR += py3-tzlocal SUBDIR += py3-urwid SUBDIR += py3-vcversioner + SUBDIR += py3-verboselogs SUBDIR += py3-virtualenv SUBDIR += py3-voluptuous SUBDIR += py3-wcwidth Index: head/devel/py3-verboselogs/Makefile =================================================================== --- head/devel/py3-verboselogs/Makefile +++ head/devel/py3-verboselogs/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-verboselogs + +PORTSCOUT= ignore:1 + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile"