aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-compressed-rtf/Makefile
blob: a539f2c90726d08967c2674d2838b01c71e0e8ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>