2017-04-25 14:43:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= humanfriendly
|
2017-08-08 20:57:56 +02:00
|
|
|
PORTVERSION= 4.4.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-06-02 13:05:54 +02: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
|
2017-04-25 14:43:39 +02:00
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}monotonic>0:devel/py-monotonic
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|