Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

24
graphics/py-dot/Makefile Normal file
View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.1 2014/01/19 20:15:43 wiz Exp $
DISTNAME= pydot-1.0.28
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= graphics python
MASTER_SITES= http://pydot.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/pydot/
COMMENT= Python interface to Graphviz's Dot language
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0.28
post-install:
${RM} ${DESTDIR}${PREFIX}/README
${RM} ${DESTDIR}${PREFIX}/LICENSE
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"