aboutsummaryrefslogblamecommitdiff
path: root/graphics/py-graph-core/Makefile
blob: 7725228d4ac1a7150cb93afd97cdaa002b917181 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
           
 
                          
                     
                 
                               
                          
                                       
                                                 
 
                                 
                                                                      
 
                   
 

                                   

                      
# Created by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
# $FreeBSD$

PORTNAME=	graph-core
PORTVERSION=	1.8.2
PORTREVISION=	2
CATEGORIES=	graphics python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-${PORTNAME}-${PORTVERSION}

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Library for working with graphs in Python, core module

LICENSE=	MIT

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>