freebsd-ports/devel/py-eggtestinfo/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

18 lines
344 B
Makefile

# $FreeBSD$
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>