mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
22 lines
501 B
Makefile
22 lines
501 B
Makefile
PORTNAME= ast-comments
|
|
DISTVERSION= 1.2.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Extension to the built-in ast module
|
|
WWW= https://github.com/t3rn0/ast-comments
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|