svn commit: r561256 - head/textproc/py-sphinxcontrib-httpdomain

Danilo G. Baio dbaio at FreeBSD.org
Mon Jan 11 19:51:40 UTC 2021


Author: dbaio
Date: Mon Jan 11 19:51:39 2021
New Revision: 561256
URL: https://svnweb.freebsd.org/changeset/ports/561256

Log:
  textproc/py-sphinxcontrib-httpdomain: Add LICENSE
  
  While here, set architecture neutral (qa warning).
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/py-sphinxcontrib-httpdomain/Makefile

Modified: head/textproc/py-sphinxcontrib-httpdomain/Makefile
==============================================================================
--- head/textproc/py-sphinxcontrib-httpdomain/Makefile	Mon Jan 11 19:51:00 2021	(r561255)
+++ head/textproc/py-sphinxcontrib-httpdomain/Makefile	Mon Jan 11 19:51:39 2021	(r561256)
@@ -10,9 +10,14 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wg at FreeBSD.org
 COMMENT=	Sphinx domain for HTTP APIs
 
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 RUN_DEPENDS=	${PY_SPHINX}
 
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list