mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
18 lines
323 B
Makefile
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>
|