freebsd-ports/devel/py-zope.processlifetime/Makefile
Po-Chuan Hsieh 76c48672f3
devel/py-zope.processlifetime: Add NO_ARCH
Approved by:	portmgr (blanket)
2022-03-25 21:37:59 +08:00

21 lines
442 B
Makefile

PORTNAME= zope.processlifetime
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope process lifetime events
LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>