ports/devel/py-stdnum/Makefile
Kurt Jaeger 0f173aa0cf devel/py-stdnum: 1.3 -> 1.4
- updates to some standard numbers covered
2016-07-31 13:57:56 +00:00

19 lines
376 B
Makefile

# $FreeBSD$
PORTNAME= stdnum
PORTVERSION= 1.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= pi@FreeBSD.org
COMMENT= Python module to handle standardized numbers and codes
LICENSE= LGPL21
# Python3 ready
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>