New port: mail/pysasl: Pure Python SASL client and server library
Details
Passes poudriere.
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
mail/py-pysasl/Makefile | ||
---|---|---|
5 ↗ | (On Diff #81817) | Just an idea: should we add security category as well? |
15 ↗ | (On Diff #81817) | Please make sure that the version of the port dependency matches the actual requirements defined in requirement.txt, setup.py or equivalent. This document might give you an idea of what's good to check for Python ports: https://wiki.freebsd.org/Python/PortsPolicy |
18 ↗ | (On Diff #81817) | If this port installs a CLI, it's a good idea to define concurrent here. See https://wiki.freebsd.org/Python/PortsPolicy#concurrent. |
20 ↗ | (On Diff #81817) | Personally, I use portfmt to format makefiles. It is not mentioned by our handbook, but it's nevertheless the best tool available for formatting port makefiles we have. I encourage you to give it a try :) |
27 ↗ | (On Diff #81817) | Incorrect order of make variables. Please consult https://www.freebsd.org/doc/en/books/porters-handbook/book.html#porting-order. There are a couple of helper programs which can point out ordering problems: portlint and portclippy. |