diff options
Diffstat (limited to 'devel/py-weakrefmethod/Makefile')
-rw-r--r-- | devel/py-weakrefmethod/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/py-weakrefmethod/Makefile b/devel/py-weakrefmethod/Makefile deleted file mode 100644 index ea50f02bdbac..000000000000 --- a/devel/py-weakrefmethod/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: antoine@FreeBSD.org -# $FreeBSD$ - -PORTNAME= weakrefmethod -PORTVERSION= 1.0.3 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= antoine@FreeBSD.org -COMMENT= WeakMethod class for storing bound methods using weak references - -LICENSE= PSFL -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Python 2 only, backport of Python 3 -EXPIRATION_DATE= 2020-12-31 - -NO_ARCH= yes -USES= python:2.7 -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> |