1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/py-dis3/Makefile
Sunpoet Po-Chuan Hsieh be8333db6f Update to 0.1.3
- Add LICENSE_FILE

Changes:	https://github.com/KeyWeeUsr/python-dis3/commits/master
2019-01-15 21:18:54 +00:00

23 lines
445 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= dis3
PORTVERSION= 0.1.3
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
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>