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

17 lines
369 B
Makefile

PORTNAME= stdnum
PORTVERSION= 1.13
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:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>