Files
ports/archivers/py-compressed-rtf/Makefile
Jesús Daniel Colmenares Oviedo f73cbc736a */*: Change maintainer address to my @FreeBSD.org email
Approved by:    acm (mentor)
2025-06-03 02:04:09 -04:00

24 lines
541 B
Makefile

PORTNAME= compressed-rtf
DISTVERSION= 1.0.7
CATEGORIES= archivers python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= compressed_rtf-${PORTVERSION}
MAINTAINER= dtxdf@FreeBSD.org
COMMENT= Compressed RTF compression and decompression package
WWW= https://github.com/delimitry/compressed_rtf
LICENSE= MIT
LICENSE_FILE= ${FILESDIR}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>