22 lines
415 B
Makefile
22 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>
|