mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
23 lines
415 B
Makefile
23 lines
415 B
Makefile
# $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
|
|
|
|
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>
|