diff options
Diffstat (limited to 'devel/py-total-ordering/Makefile')
-rw-r--r-- | devel/py-total-ordering/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/py-total-ordering/Makefile b/devel/py-total-ordering/Makefile deleted file mode 100644 index 510945750148..000000000000 --- a/devel/py-total-ordering/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $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> |