Index: head/devel/py-proselint/Makefile =================================================================== --- head/devel/py-proselint/Makefile (revision 548832) +++ head/devel/py-proselint/Makefile (revision 548833) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= proselint PORTVERSION= 0.10.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Linter for prose -LICENSE= BSD2CLAUSE +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Index: head/devel/py-proselint/pkg-descr =================================================================== --- head/devel/py-proselint/pkg-descr (revision 548832) +++ head/devel/py-proselint/pkg-descr (revision 548833) @@ -1,6 +1,6 @@ Writing is notoriously hard, even for the best writers, and it's not for lack of good advice - a tremendous amount of knowledge about the craft is strewn across usage guides, dictionaries, technical manuals, essays, pamphlets, websites, and the hearts and minds of great authors and editors. -WWW: http://github.com/amperser/proselint +WWW: https://github.com/amperser/proselint