svn commit: r436318 - in head/misc: . py-tqdm py3-tqdm
Jan Beich
jbeich at freebsd.org
Fri Mar 17 08:06:03 UTC 2017
Baptiste Daroussin <bapt at FreeBSD.org> writes:
>> Added: head/misc/py3-tqdm/Makefile
>> ==============================================================================
>> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
>> +++ head/misc/py3-tqdm/Makefile Fri Mar 17 07:41:25 2017 (r436318)
>> @@ -0,0 +1,7 @@
>> +# $FreeBSD$
>> +
>> +MASTERDIR= ${.CURDIR}/../py-tqdm
>> +
>> +USES= python:3.3+
> Python 3.3 being the lower available version of python in the ports tree
> USES=python:3 would be enough :)
USES=python:3 pulls lang/python3 metaport, an unnecessary dependency.
More information about the svn-ports-all
mailing list