blob: 8750742851fe2e2e154dbb3a86de406ad08a445e (
plain)
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= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Setuptools plugin that adds test information to .egg-info
LICENSE= ZPL21
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|