summaryrefslogtreecommitdiff
path: root/devel/py-fastentrypoints/Makefile
blob: 58742330ad205a237903844502dcdb1f9869a15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	fastentrypoints
PORTVERSION=	0.9
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wg@FreeBSD.org
COMMENT=	Makes entry_points specified in setup.py load more quickly

LICENSE=	BSD2CLAUSE

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils
NO_ARCH=	yes

.include <bsd.port.mk>