aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-Dumper/Makefile
blob: f30c4b6af5d1308b89b38c93a5ee19201c12e94c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	Dumper
PORTVERSION=	1.2.0
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	pi@FreeBSD.org
COMMENT=	Conveniently print any Python data structure
WWW=		https://pypi.org/project/Dumper/

LICENSE=	PSFL

USES=		python
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>