Index: devel/py-colorama/Makefile =================================================================== --- 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 Index: devel/py3-colorama/Makefile =================================================================== --- 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" Property changes on: devel/py3-colorama/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property