mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
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
20 lines
412 B
Makefile
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>
|