freebsd-ports/devel/py-repoze.sphinx.autointerface/Makefile
Po-Chuan Hsieh 4a1d4df6e2
devel/py-repoze.sphinx.autointerface: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-07-15 00:11:04 +08:00

20 lines
425 B
Makefile

# Created by: Carlos J Puga Medina <cpm@fbsd.es>
PORTNAME= repoze.sphinx.autointerface
PORTVERSION= 0.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zope@FreeBSD.org
COMMENT= Auto-generates API docs from Zope interfaces
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>