mirror of https://git.FreeBSD.org/ports.git
23 lines
537 B
Makefile
23 lines
537 B
Makefile
PORTNAME= xdg-base-dirs
|
|
DISTVERSION= 6.0.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Variables defined by the XDG Base Directory Specification
|
|
WWW= https://github.com/srstevenson/xdg-base-dirs
|
|
|
|
LICENSE= ISCL
|
|
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>
|