opnsense-ports/math/py-altgraph/Makefile
Franco Fichtner bf0e3301d1 */*: sync with upstream
Taken from: FreeBSD
2016-12-19 07:27:20 +01:00

18 lines
346 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= altgraph
PORTVERSION= 0.13
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python graph (network) package
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>