mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
cbcca29711
Reported by: Dan Langille
25 lines
480 B
Makefile
25 lines
480 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= humanfriendly
|
|
PORTVERSION= 2.4
|
|
CATEGORIES= textproc python
|
|
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>
|