ports/devel/py-configobj/Makefile
Po-Chuan Hsieh dd5e143605
devel/py-configobj: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-05-12 05:47:32 +08:00

22 lines
445 B
Makefile

# Created by: Choe, Cheng-Dae
PORTNAME= configobj
PORTVERSION= 5.0.6
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple but powerful config file reader and writer
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>