--- devel/py-colorama/Makefile (revision 435130) +++ devel/py-colorama/Makefile (working copy) @@ -11,8 +11,10 @@ COMMENT= Cross-platform API to print colored terminal text from Python apps LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python +NO_ARCH= yes +USES?= python USE_PYTHON= distutils autoplist .include --- devel/py3-colorama/Makefile (nonexistent) +++ devel/py3-colorama/Makefile (working copy) @@ -0,0 +1,8 @@ +# Created by: Danilo G. Baio +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-colorama + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile"