diff options
Diffstat (limited to 'devel/py-functools32/Makefile')
-rw-r--r-- | devel/py-functools32/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/py-functools32/Makefile b/devel/py-functools32/Makefile deleted file mode 100644 index aa2fe0a7fccf..000000000000 --- a/devel/py-functools32/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= functools32 -PORTVERSION= 3.2.3 -PORTREVISION= 1 -CATEGORIES= devel python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= wg@FreeBSD.org -COMMENT= Backport of the functools module from Python 3.2.3 for use on 2.7 - -LICENSE= PSFL - -DEPRECATED= Python 2 only, backport of Python 3 -EXPIRATION_DATE= 2020-12-31 - -USE_GITHUB= yes -GH_ACCOUNT= MiCHiLU -GH_PROJECT= python-functools32 -GH_TAGNAME= ad90fa8 - -USES= python:2.7 -USE_PYTHON= autoplist distutils - -.include <bsd.port.mk> |