opnsense-ports/devel/py-total-ordering/Makefile
Franco Fichtner 8758ae3186 */*: sync with upstream
Taken from: FreeBSD
2016-02-15 04:34:34 +01:00

16 lines
326 B
Makefile

# $FreeBSD$
PORTNAME= total-ordering
PORTVERSION= 0.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= truckman@FreeBSD.org
COMMENT= Backport functools.total_ordering to Python 2.x
NO_ARCH= yes
USES= python:-2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>