mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
17 lines
369 B
Makefile
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>
|