ports/sysutils/py-dirsync/Makefile
Po-Chuan Hsieh 2c37e98c1d
sysutils/py-dirsync: Convert to USE_PYTHON=pep517
- Remove outdated CONFLICTS_INSTALL
- Bump PORTREVISION for package change
2024-05-13 22:08:42 +08:00

24 lines
627 B
Makefile

PORTNAME= dirsync
PORTVERSION= 2.2.5
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Advanced directory tree synchronisation tool
WWW= https://github.com/tkhyn/dirsync
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>