2017-04-25 14:43:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= humanfriendly
|
|
|
|
PORTVERSION= 2.4
|
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
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PYTHON_MAJOR_VER} == "2"
|
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}monotonic>0:devel/py-monotonic
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|