freebsd-ports/devel/py-zope.deprecation/Makefile
Po-Chuan Hsieh d95e8cdfd0
devel/py-zope.deprecation: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-06-10 22:46:21 +08:00

21 lines
420 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
PORTNAME= zope.deprecation
PORTVERSION= 4.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Zope 3 Deprecation Infrastructure
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>