2017-04-25 14:43:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= humanfriendly
|
2018-07-23 01:25:25 +02:00
|
|
|
PORTVERSION= 4.16.1
|
2019-04-10 08:18:31 +02:00
|
|
|
PORTREVISION= 1
|
2017-04-25 14:52:50 +02:00
|
|
|
CATEGORIES= textproc python
|
2017-04-25 14:43:39 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
|
|
COMMENT= Human friendly output for text interfaces using Python
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2017-05-05 17:35:40 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2017-04-25 14:43:39 +02:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python
|
2017-06-25 17:01:57 +02:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2017-04-25 14:43:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2017-05-05 17:35:40 +02:00
|
|
|
.if ${PYTHON_REL} < 3300
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}monotonic>0:devel/py-monotonic@${PY_FLAVOR}
|
2017-04-25 14:43:39 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|