18 lines
322 B
Makefile
18 lines
322 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
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
GH_ACCOUNT= sassoftware
|
|
|
|
.include <bsd.port.mk>
|