1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/py-functools32/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

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>