forked from Lainports/freebsd-ports
19 lines
336 B
Makefile
19 lines
336 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= enum-compat
|
|
PORTVERSION= 0.0.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python 3.4 Enum dummy no-op package
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|