mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
f53e6ec1ff
ok semarie@ (MAINTAINER)
24 lines
456 B
Makefile
24 lines
456 B
Makefile
COMMENT= parse, validate and reformat standard numbers and codes
|
|
|
|
MODPY_DISTV= 1.20
|
|
DISTNAME= python-stdnum-${MODPY_DISTV}
|
|
PKGNAME= py-stdnum-${MODPY_DISTV}
|
|
CATEGORIES= devel
|
|
REVISION= 3
|
|
|
|
HOMEPAGE= https://arthurdejong.org/python-stdnum/
|
|
|
|
MAINTAINER= Sebastien Marie <semarie@kapouay.eu.org>
|
|
|
|
# LGPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
TEST_DEPENDS = devel/py-test-cov
|
|
|
|
.include <bsd.port.mk>
|