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

19 lines
327 B
Makefile

# $FreeBSD$
PORTNAME= epdb
PORTVERSION= 0.15.1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Enhanced Python Debugger
USES= python:3.6+
USE_GITHUB= yes
USE_PYTHON= autoplist distutils
GH_ACCOUNT= sassoftware
.include <bsd.port.mk>