ports/devel/py-dis3/Makefile
Sunpoet Po-Chuan Hsieh 475265263b Add py-dis3 0.1.2
dis3 is a Python 2.7 backport of the dis module from Python 3.5.

WWW: https://pypi.python.org/pypi/dis3
WWW: https://github.com/KeyWeeUsr/python-dis3
2018-01-21 11:54:56 +00:00

20 lines
412 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>