forked from Lainports/opnsense-ports
16 lines
326 B
Makefile
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>
|