1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/textproc/py-humanfriendly/Makefile
William Grzybowski cbcca29711 textproc/py-humanfriendly: fix CATEGORIES
Reported by:	Dan Langille
2017-04-25 12:52:50 +00:00

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>