# Created by: lbartoletti # $FreeBSD$ PORTNAME= graphviz PORTVERSION= 0.8.1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Simple Python interface for Graphviz LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= dot:graphics/graphviz TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${FLAVOR} NO_ARCH= yes USES= python zip USE_PYTHON= autoplist concurrent distutils do-test: @cd ${WRKSRC} && ${PYTHON_CMD} run-tests.py .include sd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are alwaysrene2012-10-291-1/+1
| | | | | | defined. Feature safe: yes
* - convert an implicit dependency on doxygen into an explicit optionrene2012-10-241-9/+10
| | | | | | - explicitly use optionsNG - bump PORTREVISION Feature safe: yes
* Cleanup Makefile headers of my ports.rene2012-10-07