mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fastentrypoints
|
|
PORTVERSION= 0.9
|
|
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
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|