aboutsummaryrefslogtreecommitdiff
path: root/devel/py-eggtestinfo/Makefile
blob: 438576c990c07c821101f07be0b16f165205e4ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	eggtestinfo
PORTVERSION=	0.3
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rm@FreeBSD.org
COMMENT=	Setuptools plugin that adds test information to .egg-info
WWW=		https://pypi.org/project/eggtestinfo/

LICENSE=	ZPL21

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>