summaryrefslogtreecommitdiff
path: root/textproc/py-isbntools/Makefile
blob: 3897c8db7be35465597640fd428c7f9b43db1344 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	isbntools
PORTVERSION=	4.3.28
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	App and framework for all things about ISBN

LICENSE=	LGPL3+
LICENSE_FILE=	${WRKSRC}/LICENSE-LGPL-3.0.txt

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}isbnlib>=3.10.9<3.11.0:textproc/py-isbnlib@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>