opnsense-ports/devel/py-natural/Makefile
Franco Fichtner 5c0ca88d60 */*: sync with upstream
Taken from: FreeBSD
2016-03-02 21:38:35 +01:00

17 lines
321 B
Makefile

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