Changeset View
Changeset View
Standalone View
Standalone View
devel/py-iniconfig/Makefile
| PORTNAME= iniconfig | PORTNAME= iniconfig | ||||
| DISTVERSION= 1.1.1 | DISTVERSION= 1.1.1 | ||||
| PORTREVISION= 1 | PORTREVISION= 1 | ||||
| CATEGORIES= devel python | CATEGORIES= devel python | ||||
| MASTER_SITES= PYPI | MASTER_SITES= PYPI | ||||
| PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} | ||||
| MAINTAINER= dbaio@FreeBSD.org | MAINTAINER= dbaio@FreeBSD.org | ||||
| COMMENT= Simple parsing of ini files in Python | COMMENT= Simple parsing of ini files in Python | ||||
| WWW= https://pypi.org/project/iniconfig/ | WWW= https://pypi.org/project/iniconfig/ | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3:devel/py-setuptools_scm@${PY_FLAVOR} | BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3:devel/py-setuptools-scm@${PY_FLAVOR} | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= autoplist concurrent distutils | USE_PYTHON= autoplist concurrent distutils | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||