Index: head/devel/py-coloredlogs/Makefile =================================================================== --- head/devel/py-coloredlogs/Makefile (revision 442369) +++ head/devel/py-coloredlogs/Makefile (revision 442370) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= coloredlogs PORTVERSION= 7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Colored terminal output for Python logging module LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=2.1:textproc/py-humanfriendly +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=2.1:textproc/py-humanfriendly NO_ARCH= yes -USES= python +USES?= python USE_PYTHON= autoplist distutils .include Index: head/devel/py3-coloredlogs/Makefile =================================================================== --- head/devel/py3-coloredlogs/Makefile (nonexistent) +++ head/devel/py3-coloredlogs/Makefile (revision 442370) @@ -0,0 +1,8 @@ + +MASTERDIR= ${.CURDIR}/../py-coloredlogs + +USES= python:3.3+ + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=2.1:textproc/py3-humanfriendly + +.include "${MASTERDIR}/Makefile" Property changes on: head/devel/py3-coloredlogs/Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property