- bump NEED_VERSION Changes: - Addition of undefined data set colour - Addition of bar_width option - Misc bug fixes over five months
23 lines
574 B
Makefile
23 lines
574 B
Makefile
# $OpenBSD: Makefile,v 1.4 2000/10/09 19:55:55 avsm Exp $
|
|
|
|
DISTNAME= GDGraph-1.33
|
|
PKGNAME= p5-GD-Graph-1.33
|
|
CATEGORIES= graphics perl5
|
|
NEED_VERSION= 1.338
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= GD
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/${ARCH}-openbsd/GD.pm::graphics/p5-GD \
|
|
${LOCALBASE}/libdata/perl5/site_perl/GD/Text.pm::graphics/p5-GD-TextUtil
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|