1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/devel/py-stdnum/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

20 lines
382 B
Makefile

# $FreeBSD$
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>