aa7a6c429e
With hat: portmgr
19 lines
327 B
Makefile
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>
|