Index: devel/Makefile =================================================================== --- devel/Makefile +++ devel/Makefile @@ -5123,6 +5123,7 @@ SUBDIR += py3-virtualenv SUBDIR += py3-voluptuous SUBDIR += py3-wcwidth + SUBDIR += py3-wrapt SUBDIR += py3-xdg SUBDIR += py3-yaml SUBDIR += py34-setuptools Index: devel/py3-wrapt/Makefile =================================================================== --- /dev/null +++ devel/py3-wrapt/Makefile @@ -0,0 +1,8 @@ +# Created by: Philip Paeps +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-wrapt + +USES= python:3.2+ + +.include "${MASTERDIR}/Makefile"