pkgsrc/graphics/py-nwdiag/Makefile
obache 42f6c57226 Update py-nwdiag to 0.4.2.
History
=======

0.4.2 (2011-09-30)
------------------
* Add diagram attributes: default_text_color
* Fix bugs

0.4.1 (2011-09-26)
------------------
* Add diagram attributes: default_node_color, default_group_color and
  default_line_color
* Fix bugs
2011-10-06 06:33:19 +00:00

23 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/10/06 06:33:19 obache Exp $
#
DISTNAME= nwdiag-0.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= http://pypi.python.org/packages/source/n/nwdiag/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://blockdiag.com/nwdiag/build/html/
COMMENT= Simple network-diagram image generator
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-imaging>=1.1.7nb3:../../graphics/py-imaging
DEPENDS+= ${PYPKGPREFIX}-funcparserlib>=0.3.4:../../devel/py-funcparserlib
DEPENDS+= ${PYPKGPREFIX}-blockdiag>=0.9.1:../../graphics/py-blockdiag
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"