blob: ed09f4d498659c27e1eeb963fdf514f55dcd6375 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= Extremes
PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Production-quality 'Min' and 'Max' objects (adapted from PEP 326)
WWW= https://pypi.org/project/Extremes/
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|