opnsense-ports/devel/py-fastentrypoints/Makefile
Franco Fichtner a3954726c0 */*: sync with upstream
Taken from: HardenedBSD
2019-04-08 17:09:54 +02:00

19 lines
373 B
Makefile

# $FreeBSD$
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
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>