ports/devel/py-enum-compat/Makefile
Sunpoet Po-Chuan Hsieh 1ea5592d58 Update USES=python usage
With hat:	python
2018-01-20 12:37:59 +00:00

18 lines
323 B
Makefile

# $FreeBSD$
PORTNAME= enum-compat
PORTVERSION= 0.0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mmokhi@FreeBSD.org
COMMENT= Python 3.4 Enum dummy no-op package
LICENSE= MIT
USES= python:-3.3
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>