summaryrefslogtreecommitdiff
path: root/devel/py-stdnum/Makefile
blob: 9bce748c9ae287b2db1b1a185fdfa012f9f226ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

NO_ARCH=	yes

.include <bsd.port.mk>