aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-compressed-rtf/Makefile
blob: 4656c2d706dd5eb704b5fbf7d0d82839af99c95d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	compressed-rtf
PORTVERSION=	1.0.6
CATEGORIES=	archivers python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	compressed_rtf-${PORTVERSION}

MAINTAINER=	DtxdF@disroot.org
COMMENT=	Compressed RTF compression and decompression package
WWW=	https://github.com/delimitry/compressed_rtf

LICENSE=	MIT
LICENSE_FILE=	${FILESDIR}/LICENSE

USES=	python:3.8+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>