mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
20 lines
418 B
Makefile
20 lines
418 B
Makefile
PORTNAME= stdnum
|
|
PORTVERSION= 1.20
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Python module to handle standardized numbers and codes
|
|
WWW= https://pypi.org/project/python-stdnum/
|
|
|
|
LICENSE= LGPL21
|
|
|
|
# Python3 ready
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|