https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221311
--- Comment #5 from Kubilay Kocak <ko...@freebsd.org> --- (In reply to Konstantin Shapkin from comment #4) I don't think so, there's a few issues in the Makefile: 1) ${PYTHON_PKGNAMEPREFIX}nose-cov>0:devel/py-nose-cov \ Has a \ but no line below it. I think this is the cause 2) TEST_TARGET= do-test Not needed when defining do-test 3) MAINTAINER has a null value 4) IGNORE_MASTER_SITE_LOCAL=YES not needed 5) PORTREVISION= 0 not needed 6) Use tabs not spaces for alignment: VARIABLE=[tab(s)]<value> 7) What is being shebangfix'd ? 8) pkg-descr: WEB: https://pypi.python.org/pypi/influxdb WEB -> WWW Run the port through portlint (-AC) to identify other issues -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"