Reviewed by: feld, mat (mentors) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10200
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pygdbmi
|
|
PORTVERSION= 0.7.3.3
|
|
DISTVERSIONPREFIX= pyPI-
|
|
CATEGORIES= devel lang python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mmokhi@FreeBSD.org
|
|
COMMENT= Parse gdb machine interface (mi) string output
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cs01
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|