openbsd-ports/textproc/py-Chart/Makefile

28 lines
531 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2003/07/31 19:11:59 sturm Exp $
2002-06-10 02:23:13 -04:00
COMMENT= "python library for creating postscript or PDF charts"
2002-06-10 02:23:13 -04:00
VERSION= 1.18
DISTNAME= PyChart-${VERSION}
PKGNAME= py-Chart-${VERSION}
CATEGORIES= textproc devel
2002-06-10 02:23:13 -04:00
HOMEPAGE= http://www.hpl.hp.com/personal/Yasushi_Saito/pychart/
2002-06-10 02:23:13 -04:00
MAINTAINER= Shell Hung <shell@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-06-10 02:23:13 -04:00
MASTER_SITES= ${HOMEPAGE}
MODULES= python
2001-11-05 12:04:11 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>