opnsense-ports/devel/py-dis3/Makefile
Franco Fichtner 2f3d17fbcd */*: sync with upstream
Taken from: HardenedBSD
2018-01-21 14:23:44 +01: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>