freebsd-ports/devel/py-natural/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
310 B
Makefile

PORTNAME= natural
PORTVERSION= 0.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert data to their natural (human-readable) format
LICENSE= MIT
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>