freebsd-ports/graphics/py-graph-core/Makefile
Martin Wilke 1e09ec87ea - Convert to autoplist
- Stage support
- Bump PORTREV
2014-02-17 05:22:27 +00:00

20 lines
468 B
Makefile

# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= graph-core
PORTVERSION= 1.8.2
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= A library for working with graphs in Python, core module
PROJECTHOST= python-graph
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>