mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
20 lines
489 B
Makefile
20 lines
489 B
Makefile
PORTNAME= fields
|
|
PORTVERSION= 5.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Totally different take on container boilerplate
|
|
WWW= https://github.com/ionelmc/python-fields
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/ionelmc/python-fields/issues/9
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|