# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/devel/py-dis3/Makefile 459590 2018-01-21 11:54:56Z sunpoet $

PORTNAME=	dis3
PORTVERSION=	0.1.2
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Python 2.7 backport of the "dis" module from Python 3.5+

LICENSE=	MIT PSFL
LICENSE_COMB=	dual

NO_ARCH=	yes
USE_PYTHON=	autoplist distutils
USES=		python:2.7

.include <bsd.port.mk>
